summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 10:57:17 -0400
committerTom "spot" Callaway <tcallawa@redhat.com>2010-09-07 10:57:17 -0400
commit7807013a6c58c16080f481c06b6ca44ea492f15d (patch)
treeaf27c7be8d11debe4e9d55d670e7a3b6ee710966 /firefox-mozconfig
parenttarball upload (diff)
downloadlibrewolf-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-xfirefox-mozconfig2
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
bgstack15