summaryrefslogtreecommitdiff
path: root/firefox-mozconfig-debuginfo
diff options
context:
space:
mode:
authorJan Horak <xhorak@fedoraproject.org>2010-06-23 09:10:39 +0000
committerJan Horak <xhorak@fedoraproject.org>2010-06-23 09:10:39 +0000
commit341ecd062650647ff44ec8b9a9fa3e11ffcc1543 (patch)
treef80b5c5091a2a71fd6b0e7587dcd86029917eed6 /firefox-mozconfig-debuginfo
parentFixed language packs (#559960) (diff)
downloadlibrewolf-fedora-ff-341ecd062650647ff44ec8b9a9fa3e11ffcc1543.tar.gz
librewolf-fedora-ff-341ecd062650647ff44ec8b9a9fa3e11ffcc1543.tar.bz2
librewolf-fedora-ff-341ecd062650647ff44ec8b9a9fa3e11ffcc1543.zip
Update to 3.6.4
Diffstat (limited to 'firefox-mozconfig-debuginfo')
-rw-r--r--firefox-mozconfig-debuginfo5
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
bgstack15