mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
makefile: use new flags
This commit is contained in:
parent
baf25fe649
commit
877b474fe1
4
Makefile
4
Makefile
@ -89,10 +89,10 @@ $(TMPVC)/.git/config:
|
||||
$(MAKE) fresh_vc
|
||||
|
||||
selfcompile:
|
||||
./v -keep_c -cg -o v cmd/v
|
||||
./v -csource keep -cg -o v cmd/v
|
||||
|
||||
selfcompile-static:
|
||||
./v -keep_c -cg -cflags '--static' -o v-static cmd/v
|
||||
./v -csource keep -cg -cflags '--static' -o v-static cmd/v
|
||||
|
||||
modules: module_builtin module_strings module_strconv
|
||||
module_builtin:
|
||||
|
Loading…
Reference in New Issue
Block a user