diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-09-08 00:03:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-09-08 00:03:36 +0200 |
commit | f8f5431266689809be2e8c797eff20c9a3517560 (patch) | |
tree | c650b780523d60bf86afe4e374c9a2ac0bd19d23 /thunderbird-mozconfig-debuginfo | |
parent | e0e372df300555da06481d4df2704fd883f74dec (diff) |
thunderbird-3.1.3-1
Diffstat (limited to 'thunderbird-mozconfig-debuginfo')
-rw-r--r-- | thunderbird-mozconfig-debuginfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/thunderbird-mozconfig-debuginfo b/thunderbird-mozconfig-debuginfo index a0ef07a..65ec915 100644 --- a/thunderbird-mozconfig-debuginfo +++ b/thunderbird-mozconfig-debuginfo @@ -1,5 +1,6 @@ # For mozilla's debuginfo: -export CFLAGS="-gstabs+" -export CXXFLAGS="-gstabs+" +export CFLAGS="-gdwarf-2" +export CXXFLAGS="-gdwarf-2" export MOZ_DEBUG_SYMBOLS=1 +ac_add_options --enable-debug-symbols="-gdwarf-2" ac_add_options --enable-crashreporter |