mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
fc3c536ec2
This change causes cosmocc to use -fno-inline-functions-called-once by default, unless -Os or -finline-functions-called-once is defined. This is important since I believe it generally makes code go faster, and it most importantly makes --ftrace output much more understandable, since the trace will be more likely to reflect the actual shape of the code. We've always used this flag in the mono repo when ftracing is enabled, but it slipped my mind to incorporate this into the cosmocc toolchain. |
||
---|---|---|
.. | ||
args | ||
build | ||
cosmocc | ||
curl | ||
decode | ||
emacs | ||
hello | ||
lambda | ||
net | ||
plinko | ||
scripts | ||
viz | ||
zsh | ||
BUILD.mk |