makefile: use new flags

pull/3984/head
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
1 changed files with 2 additions and 2 deletions

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: