1
0
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:
bokunodev 2020-03-10 20:24:34 +07:00 committed by GitHub
parent baf25fe649
commit 877b474fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: