rc@GS-J4XK6RF46H /tmp [128]> git clone --depth=1 https://github.com/vlang/v Cloning into 'v'... remote: Enumerating objects: 12171, done. remote: Counting objects: 100% (12171/12171), done. remote: Compressing objects: 100% (10670/10670), done. Receiving objects: 100% (12171/12171), 13.80 MiB | 18.94 MiB/s, done. remote: Total 12171 (delta 593), reused 8592 (delta 501), pack-reused 0 (from 0) Resolving deltas: 100% (593/593), done. rc@GS-J4XK6RF46H /tmp> cd v/ rc@GS-J4XK6RF46H /t/v (master)> time make /Library/Developer/CommandLineTools/usr/bin/make fresh_vc rm -rf ./vc git clone --filter=blob:none --quiet https://github.com/vlang/vc ./vc remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0) Receiving objects: 100% (3/3), 1.60 MiB | 18.36 MiB/s, done. Resolving deltas: 100% (1/1), done. cd ./vc && git clean -xf && git pull --rebase --quiet /Library/Developer/CommandLineTools/usr/bin/make fresh_tcc rm -rf ./thirdparty/tcc remote: Enumerating objects: 54, done. remote: Counting objects: 100% (24/24), done. remote: Compressing objects: 100% (24/24), done. remote: Total 54 (delta 8), reused 0 (delta 0), pack-reused 30 (from 1) Receiving objects: 100% (54/54), 1.22 MiB | 15.96 MiB/s, done. Resolving deltas: 100% (8/8), done. cd ./thirdparty/tcc && git clean -xf && git pull --rebase --quiet cc -std=c99 -w -o v1 ./vc/v.c -lm -lpthread || cmd/tools/cc_compilation_failed_non_windows.sh ./v1 -no-parallel -o v2 cmd/v ./v2 -nocache -o ./v cmd/v rm -rf v1 v2 warning: tcc compilation failed, falling back to cc (this is much slower) V has been successfully built V 0.5.1 1253f96 warning: tcc compilation failed, falling back to cc (this is much slower) ________________________________________________________ Executed in 14.50 secs fish external usr time 9.25 secs 0.52 millis 9.25 secs sys time 1.14 secs 2.14 millis 1.14 secs rc@GS-J4XK6RF46H /t/v (master)> time make cd ./vc && git clean -xf && git pull --rebase --quiet cd ./thirdparty/tcc && git clean -xf && git pull --rebase --quiet cc -std=c99 -w -o v1 ./vc/v.c -lm -lpthread || cmd/tools/cc_compilation_failed_non_windows.sh ./v1 -no-parallel -o v2 cmd/v ./v2 -nocache -o ./v cmd/v rm -rf v1 v2 warning: tcc compilation failed, falling back to cc (this is much slower) V has been successfully built V 0.5.1 1253f96 warning: tcc compilation failed, falling back to cc (this is much slower) ________________________________________________________ Executed in 9.78 secs fish external usr time 8.64 secs 0.37 millis 8.64 secs sys time 0.75 secs 1.91 millis 0.75 secs