From 50ba783d626f105f24a2f2b81f96bf766209b376 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Dec 2011 16:25:40 +0100 Subject: clean layout --- xulrunner-mozconfig-debuginfo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xulrunner-mozconfig-debuginfo (limited to 'xulrunner-mozconfig-debuginfo') diff --git a/xulrunner-mozconfig-debuginfo b/xulrunner-mozconfig-debuginfo new file mode 100644 index 0000000..4dd2427 --- /dev/null +++ b/xulrunner-mozconfig-debuginfo @@ -0,0 +1,5 @@ +# For mozilla's debuginfo: +export CFLAGS="$CFLAGS -gdwarf-2" +export CXXFLAGS="$CXXFLAGS -gdwarf-2" +export MOZ_DEBUG_SYMBOLS=1 +ac_add_options --enable-crashreporter -- cgit