[xulrunner/f14/master] Replacing -gstabs with -gdwarf2

Jan Horak xhorak at fedoraproject.org
Tue Mar 8 08:02:14 UTC 2011


commit 9d2c658a1a23fa4c1d0b79fa8e385eb2ea540f06
Author: Jan Horak <jhorak at redhat.com>
Date:   Tue Mar 8 09:02:07 2011 +0100

    Replacing -gstabs with -gdwarf2

 xulrunner-mozconfig-debuginfo |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xulrunner-mozconfig-debuginfo b/xulrunner-mozconfig-debuginfo
index a0ef07a..4dd2427 100644
--- a/xulrunner-mozconfig-debuginfo
+++ b/xulrunner-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


More information about the scm-commits mailing list