diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-21 17:43:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-21 17:43:12 +0200 |
commit | fca26e4a9c1fccc83d7d87e7d60b7dddd5c80412 (patch) | |
tree | b4e3398333daf5af6c2cd49e43aa9f4fcaff36db /thunderbird-mozconfig-debuginfo | |
parent | 741df0ae02a1d6b6d817ec3790e7817c344dda4b (diff) |
thunderbird, sync with rawhide, f-14 build
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 |