diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-01-31 19:14:52 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-01-31 19:14:52 -0800 |
commit | 7d7610c646c7beb7be03b06e26adf21054f36963 (patch) | |
tree | d60114b8496abe8af2ef1b55d587a3ea6f0ad963 | |
parent | Remove the jemalloc specific patches (diff) | |
download | librewolf-fedora-ff-7d7610c646c7beb7be03b06e26adf21054f36963.tar.gz librewolf-fedora-ff-7d7610c646c7beb7be03b06e26adf21054f36963.tar.bz2 librewolf-fedora-ff-7d7610c646c7beb7be03b06e26adf21054f36963.zip |
Use the -gdwarf-2 format instead of the obsolete -gstabs+
...when we're building mozilla crash reporter support
-rw-r--r-- | firefox-mozconfig-debuginfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox-mozconfig-debuginfo b/firefox-mozconfig-debuginfo index 8a874b4..4dd2427 100644 --- a/firefox-mozconfig-debuginfo +++ b/firefox-mozconfig-debuginfo @@ -1,5 +1,5 @@ # For mozilla's debuginfo: -export CFLAGS="$CFLAGS -gstabs+" -export CXXFLAGS="$CXXFLAGS -gstabs+" +export CFLAGS="$CFLAGS -gdwarf-2" +export CXXFLAGS="$CXXFLAGS -gdwarf-2" export MOZ_DEBUG_SYMBOLS=1 ac_add_options --enable-crashreporter |