diff options
author | Christopher Aillon <caillon@redhat.com> | 2011-01-25 11:18:34 -0800 |
---|---|---|
committer | Christopher Aillon <caillon@redhat.com> | 2011-01-25 11:18:34 -0800 |
commit | ed92d8077dcfb9ec455f441f8277ef2e634f6989 (patch) | |
tree | 0a387582bae8b8a5a65f719bea6ad487ebbcfb06 /firefox-mozconfig | |
parent | Update the parallel build flags (diff) | |
download | librewolf-fedora-ff-ed92d8077dcfb9ec455f441f8277ef2e634f6989.tar.gz librewolf-fedora-ff-ed92d8077dcfb9ec455f441f8277ef2e634f6989.tar.bz2 librewolf-fedora-ff-ed92d8077dcfb9ec455f441f8277ef2e634f6989.zip |
Fix up optimize flags
Don't pass the opt flags twice to moz, as that will just cause them
to be duplicated in the compile lines.
Remove commented out optimization flags in the mozconfig
Also add a comment about why we disable cpp exceptions
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 3ff8c29..09cedb5 100755 --- a/firefox-mozconfig +++ b/firefox-mozconfig @@ -10,9 +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="$MOZ_OPT_FLAGS" -#ac_add_options --enable-debug -#ac_add_options --disable-optimize +ac_add_options --enable-optimize ac_add_options --disable-installer ac_add_options --enable-xinerama ac_add_options --enable-default-toolkit=cairo-gtk2 |