diff -r a48004d61a37 -r c2f315819691 common/autoconf/flags.m4 --- 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"