[Bug c++/61652] Option --enable-libstdcxx-debug doesn't pass debug compile options to libstdc++.so
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Mar 25 18:08:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61652
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You don't need to use --enable-libstdcxx-debug-flags, the default is to build
the debug libs with -g3 -O0 anyway, and that works fine for me. Maybe using
--enable-libstdcxx-debug-flags breaks that, I'll check.
More information about the Gcc-bugs
mailing list