Am 17.09.2011, 20:01 Uhr, schrieb Adam D. Ruppe
<destructiona...@gmail.com>:
Ah, that explains it. I usually don't use the -O switch.
During development when you recompile several times an hour, you really
don't need -O either. For my hobby projects I usually set up the IDE with
a compile command without -O and place a Makefile in the directory that
has optimizations enabled. Sure, there are times when you run performance
tests, but they aren't the usual case, so I think it is fair to compare
compiles without optimizations in this context.