diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-03-01 20:16:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-03-01 20:16:33 +0100 |
commit | 3fb6d75aa3fe9e0a5c119f86fd7e15d16f0312a4 (patch) | |
tree | 38c2541e55fd55a776b812f943bcff6d3b622003 /thunderbird-mozconfig-debuginfo | |
parent | fc33b93d912514b6f62f94c4d482417bd7f3facc (diff) |
thunderbird 3.1.8 (whithout lightning which is broken)
Diffstat (limited to 'thunderbird-mozconfig-debuginfo')
-rw-r--r-- | thunderbird-mozconfig-debuginfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thunderbird-mozconfig-debuginfo b/thunderbird-mozconfig-debuginfo index a0ef07a..4dd2427 100644 --- a/thunderbird-mozconfig-debuginfo +++ b/thunderbird-mozconfig-debuginfo @@ -1,5 +1,5 @@ # For mozilla's debuginfo: -export CFLAGS="-gstabs+" -export CXXFLAGS="-gstabs+" +export CFLAGS="$CFLAGS -gdwarf-2" +export CXXFLAGS="$CXXFLAGS -gdwarf-2" export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-crashreporter |