diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-12-22 16:52:29 +0100 |
commit | bc5693cc594406b34691a001191771898cf2e447 (patch) | |
tree | 5868175262971b9674876e106267fda6576bf53f /firefox-mozconfig-debuginfo | |
parent | 2e5013b06612bcfdf8050c569cd9f12a758e8fa4 (diff) |
move repo
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..4dd2427 --- /dev/null +++ b/firefox-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 |