mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
pref: no-skip-unused
This commit is contained in:
parent
65a627d72b
commit
d7a418fbb5
2 changed files with 12 additions and 2 deletions
|
@ -112,7 +112,7 @@ ifdef LEGACY
|
|||
endif
|
||||
$(CC) $(CFLAGS) -std=gnu99 -w -o v1.exe $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS)
|
||||
./v1.exe -no-parallel -o v2.exe $(VFLAGS) cmd/v
|
||||
./v2.exe -o $(VEXE) $(VFLAGS) cmd/v
|
||||
./v2.exe -nocache -o $(VEXE) $(VFLAGS) cmd/v
|
||||
rm -rf v1.exe v2.exe
|
||||
endif
|
||||
@$(VEXE) run cmd/tools/detect_tcc.v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue