diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:25:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:25:40 +0100 |
commit | 50ba783d626f105f24a2f2b81f96bf766209b376 (patch) | |
tree | 73c42bf76d7f6a0797af67a8216c8e6f64db199e /xulrunner-mozconfig-debuginfo |
clean layout
Diffstat (limited to 'xulrunner-mozconfig-debuginfo')
-rw-r--r-- | xulrunner-mozconfig-debuginfo | 5 |
1 files changed, 5 insertions, 0 deletions
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 |