Y
Hacker News
new
|
ask
|
show
|
jobs
by
nly
4484 days ago
-Os doesn't always produce smaller code than -O2
1 comments
joveian
4484 days ago
It also unfortunately breaks a lot of things and exposes more gcc bugs than the commonly used options. I wish "make the output code as small as possible" was the usual thing compilers tried to do.
link