Hacker News new | ask | show | jobs
by CamouflagedKiwi 389 days ago
If they're things that everyone wants, why aren't they in -O1?
1 comments

-O1 is defined not to perform "any optimizations that take a great deal of compilation time". See the definitions in the manpage.
Yes, exactly my point. Things in -O2 but not -O1 are hence not "things that everyone wants".