diff options
Diffstat (limited to 'firefox-mozconfig-debuginfo')
-rw-r--r-- | firefox-mozconfig-debuginfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox-mozconfig-debuginfo b/firefox-mozconfig-debuginfo new file mode 100644 index 0000000..a0ef07a --- /dev/null +++ b/firefox-mozconfig-debuginfo @@ -0,0 +1,5 @@ +# For mozilla's debuginfo: +export CFLAGS="-gstabs+" +export CXXFLAGS="-gstabs+" +export MOZ_DEBUG_SYMBOLS=1 +ac_add_options --enable-crashreporter |