1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: remove -keepc option (it is now always on)

This commit is contained in:
Delyan Angelov
2020-07-06 13:42:11 +03:00
parent c94038af89
commit 25771a1afe
9 changed files with 7 additions and 23 deletions

View File

@@ -115,10 +115,10 @@ $(VC)/.git/config:
$(MAKE) fresh_vc
selfcompile:
./v -keepc -cg -o v cmd/v
./v -cg -o v cmd/v
selfcompile-static:
./v -keepc -cg -cflags '--static' -o v-static cmd/v
./v -cg -cflags '--static' -o v-static cmd/v
modules: module_builtin module_strings module_strconv
module_builtin: