mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: add more checks for multivar assignments
This commit is contained in:
parent
3573030b9b
commit
83dfc6b9b9
3 changed files with 12 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -94,10 +94,10 @@ $(TMPVC)/.git/config:
|
|||
$(MAKE) fresh_vc
|
||||
|
||||
selfcompile:
|
||||
./v -csource keep -cg -o v cmd/v
|
||||
./v -keepc -cg -o v cmd/v
|
||||
|
||||
selfcompile-static:
|
||||
./v -csource keep -cg -cflags '--static' -o v-static cmd/v
|
||||
./v -keepc -cg -cflags '--static' -o v-static cmd/v
|
||||
|
||||
modules: module_builtin module_strings module_strconv
|
||||
module_builtin:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue