cosmopolitan/tool
Justine Tunney 41c06c6325
Make cosmocc 100x faster on MacOS
This change upgrades to superconfigure z0.0.23 which fixes an issue
where the compiler had harmless /home/... paths baked-in, which are
normally only present in the build environment, and usually skipped
over. Sadly on MacOS calling fstatat() on these paths would lead to
cloud file system ops that caused system calls to take a long time.
That's problematic, since cosmocc needs to be a 100% local command.
2023-11-29 01:48:17 -08:00
..
args Reduce header complexity 2023-11-28 14:39:42 -08:00
build Reduce header complexity 2023-11-28 14:39:42 -08:00
cosmocc Make cosmocc 100x faster on MacOS 2023-11-29 01:48:17 -08:00
curl Reduce header complexity 2023-11-28 14:39:42 -08:00
decode Reduce header complexity 2023-11-28 14:39:42 -08:00
emacs Introduce X86_CHECK() macro 2023-11-10 15:41:55 -08:00
hello Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00
lambda Reduce header complexity 2023-11-28 14:39:42 -08:00
net Reduce header complexity 2023-11-28 14:39:42 -08:00
plinko Reduce header complexity 2023-11-28 14:39:42 -08:00
scripts Reduce header complexity 2023-11-28 14:39:42 -08:00
viz Reduce header complexity 2023-11-28 14:39:42 -08:00
BUILD.mk Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00