[patch] build the libstdc++ debug library with -Og

Jonathan Wakely jwakely.gcc@gmail.com
Tue Jun 4 14:14:00 GMT 2013


On 4 June 2013 15:10, Matthias Klose wrote:
> Now that we have -Og, should the libstdc++ debug library be built with -Og
> instead of -O0?

It seems like a good idea to me, but has anyone actually checked that
the result is still useful for debugging, e.g. when stepping into
std::string, iostream etc. members defined in the library?



More information about the Libstdc++ mailing list