[gambit-list] Try -Og with ---enable-debug

Bradley Lucier lucier at math.purdue.edu
Sun Mar 9 19:19:35 EDT 2014


Marc:

Recent versions of gcc have the optimization option -Og, which attempts 
to optimize the code without optimizing away variables, etc., that might 
confuse the programmer using gdb.

This option is certainly a lot better than -O0; at any rate, it should 
probably be set when Gambit is configured with debugging enabled.

Brad



More information about the Gambit-list mailing list