mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make: use git clone --filter=blob:none
for vc/ and thirdparty/tcc/ , which minimises the amount of transferred data (especially for doing v up
after a few weeks/months)
This commit is contained in:
@@ -16,7 +16,7 @@ TMPLEGACY := $(LEGACYLIBS)/source
|
||||
TCCOS := unknown
|
||||
TCCARCH := unknown
|
||||
GITCLEANPULL := git clean -xf && git pull --quiet
|
||||
GITFASTCLONE := git clone --depth 1 --quiet --single-branch
|
||||
GITFASTCLONE := git clone --filter=blob:none --quiet
|
||||
|
||||
#### Platform detections and overrides:
|
||||
_SYS := $(shell uname 2>/dev/null || echo Unknown)
|
||||
|
Reference in New Issue
Block a user