From 7d7610c646c7beb7be03b06e26adf21054f36963 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 31 Jan 2011 19:14:52 -0800 Subject: [PATCH] Use the -gdwarf-2 format instead of the obsolete -gstabs+ ...when we're building mozilla crash reporter support --- firefox-mozconfig-debuginfo | 4 ++-- 1 file 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