changeset 35032 | c2f315819691 |
parent 35029 | d0c07fdb6a7c |
child 35444 | 4d323e794486 |
--- a/common/autoconf/flags.m4 Tue Jan 19 15:17:21 2016 -0800 +++ b/common/autoconf/flags.m4 Wed Jan 20 09:53:52 2016 +0100 @@ -403,7 +403,7 @@ CXXFLAGS_DEBUG_SYMBOLS="-g" elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then CFLAGS_DEBUG_SYMBOLS="-g -xs" - # FIXME: likely a bug, this disables debug symbols rather than enables them + # -g0 enables debug symbols without disabling inlining. CXXFLAGS_DEBUG_SYMBOLS="-g0 -xs" elif test "x$TOOLCHAIN_TYPE" = xxlc; then CFLAGS_DEBUG_SYMBOLS="-g"