diff options
Diffstat (limited to 'thunderbird-mozconfig-debuginfo')
-rw-r--r-- | thunderbird-mozconfig-debuginfo | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/thunderbird-mozconfig-debuginfo b/thunderbird-mozconfig-debuginfo index 65ec915..a0ef07a 100644 --- a/thunderbird-mozconfig-debuginfo +++ b/thunderbird-mozconfig-debuginfo @@ -1,6 +1,5 @@ # For mozilla's debuginfo: -export CFLAGS="-gdwarf-2" -export CXXFLAGS="-gdwarf-2" +export CFLAGS="-gstabs+" +export CXXFLAGS="-gstabs+" export MOZ_DEBUG_SYMBOLS=1 -ac_add_options --enable-debug-symbols="-gdwarf-2" ac_add_options --enable-crashreporter |