diff options
author | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 10:57:17 -0400 |
---|---|---|
committer | Tom "spot" Callaway <tcallawa@redhat.com> | 2010-09-07 10:57:17 -0400 |
commit | 7807013a6c58c16080f481c06b6ca44ea492f15d (patch) | |
tree | af27c7be8d11debe4e9d55d670e7a3b6ee710966 /firefox-mozconfig | |
parent | tarball upload (diff) | |
download | librewolf-fedora-ff-7807013a6c58c16080f481c06b6ca44ea492f15d.tar.gz librewolf-fedora-ff-7807013a6c58c16080f481c06b6ca44ea492f15d.tar.bz2 librewolf-fedora-ff-7807013a6c58c16080f481c06b6ca44ea492f15d.zip |
fixed patches, fixed spec file
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-x | firefox-mozconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig index 0101a38..b4a8bc0 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 +ac_add_options --enable-optimize="$MOZ_OPT_FLAGS" #ac_add_options --enable-debug #ac_add_options --disable-optimize ac_add_options --disable-installer |