
2 Dec
2009
2 Dec
'09
3:18 p.m.
Phil Endecott wrote:
I routinely build with -O3 -g or -Os -g. Maybe I'm crazy to do so, but words like "nobody", "never" and "nowhere" are just asking for some weirdo like me to contradict them....
Just throwing an actual use case of having -O2 and -g : when using Boost.Graph disabling optimizations makes the code too slow to be usable, even during a debug session. -- Maxime