Debugging optimized
Posted Apr 15, 2010 23:46 UTC (Thu) by
jreiser (subscriber, #11027)
In reply to:
Debugging optimized by ncm
Parent article:
GCC 4.5.0 released
... an ability to compile as if maximally optimizing, and actually emitting all attendant warnings, but writing out unoptimized, maximally debuggable code.
What more than: gcc -O3 -c foo.c && gcc -g -O0 -c foo.c >/dev/null 2>&1 ?
(
Log in to post comments)