diff options
author | Martin Stransky <stransky@redhat.com> | 2010-08-30 16:51:27 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2010-08-30 16:51:27 +0200 |
commit | cd9477d203a45106031990f474dcd3285eca7eec (patch) | |
tree | 29548e3cfc8b12a17748973d73f86335b0de0793 /firefox-mozconfig | |
parent | dist-git conversion (diff) | |
download | librewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.tar.gz librewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.tar.bz2 librewolf-fedora-ff-cd9477d203a45106031990f474dcd3285eca7eec.zip |
Update to 4.0 Beta 4
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index faacdec..0101a38 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -10,7 +10,7 @@ ac_add_options --with-system-zlib ac_add_options --with-pthreads ac_add_options --disable-tests ac_add_options --disable-debug -ac_add_options --enable-optimize="$RPM_OPT_FLAGS" +ac_add_options --enable-optimize #ac_add_options --enable-debug #ac_add_options --disable-optimize ac_add_options --disable-installer @@ -28,6 +28,7 @@ ac_add_options --disable-crashreporter ac_add_options --enable-safe-browsing ac_add_options --enable-libnotify ac_add_options --disable-necko-wifi +ac_add_options --disable-cpp-exceptions export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 |