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:
4
Makefile
4
Makefile
@@ -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:
|
||||
|
Reference in New Issue
Block a user