Re: debug builds with NO optimizations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



./configure CFLAGS="-g -O0"

Now whenever you do a "make", the default CFLAGS are "-g -O0". To use "-g -O2"
temporarily or for a session, then: #export CFLAGS="-g -O2"

Or:
make CFLAGS="-g -O2"

I prefere this because I will not forget about any garbage "CFLAGS" that maybe there when I start doing other things 30 minutes latter.

Andre Caldas.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux