mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: enable -gc boehm
by default (#14577)
This commit is contained in:
parent
e6580fefaa
commit
4ed9780b80
13 changed files with 62 additions and 25 deletions
|
@ -28,6 +28,9 @@ endif
|
|||
ifeq ($(_SYS),Linux)
|
||||
LINUX := 1
|
||||
TCCOS := linux
|
||||
ifneq ($(shell ldd /bin/ls | grep musl),)
|
||||
TCCOS := linuxmusl
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(_SYS),Darwin)
|
||||
|
@ -113,7 +116,7 @@ endif
|
|||
|
||||
check_for_working_tcc:
|
||||
@$(TMPTCC)/tcc.exe --version > /dev/null 2> /dev/null || echo "The executable '$(TMPTCC)/tcc.exe' does not work."
|
||||
|
||||
|
||||
fresh_vc:
|
||||
rm -rf $(VC)
|
||||
$(GITFASTCLONE) $(VCREPO) $(VC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue