diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 21:35:22 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 21:35:22 +0000 |
commit | f6f59e54b5137153b29aff1ea53c4ce646a2722f (patch) | |
tree | 9e6b75f12ffa1f96c2690bff8a2382b721a3befb | |
parent | removed a typo (diff) | |
download | librewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.tar.gz librewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.tar.bz2 librewolf-fedora-ff-f6f59e54b5137153b29aff1ea53c4ce646a2722f.zip |
disabled crashreporter
-rwxr-xr-x | firefox-mozconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 428db49..3dd4cdc 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -24,6 +24,7 @@ ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-startup-notification ac_add_options --enable-libxul +ac_add_options --disable-crashreporter export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |