diff options
author | Martin Stransky <stransky@redhat.com> | 2014-08-31 22:02:53 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2014-08-31 22:02:53 +0200 |
commit | 5beed3bd8699c720d8fe7a5c3580feed852497ce (patch) | |
tree | 5af02f3923dde000ea92590ebd809a95203dc402 /firefox.spec | |
parent | Installation workaround (diff) | |
download | librewolf-fedora-ff-5beed3bd8699c720d8fe7a5c3580feed852497ce.tar.gz librewolf-fedora-ff-5beed3bd8699c720d8fe7a5c3580feed852497ce.tar.bz2 librewolf-fedora-ff-5beed3bd8699c720d8fe7a5c3580feed852497ce.zip |
Enable ION on arm
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index d52f45c..5fa798a 100644 --- a/firefox.spec +++ b/firefox.spec @@ -303,7 +303,7 @@ echo "ac_add_options --with-arch=armv7-a" >> .mozconfig echo "ac_add_options --with-float-abi=hard" >> .mozconfig echo "ac_add_options --with-fpu=vfpv3-d16" >> .mozconfig echo "ac_add_options --disable-elf-hack" >> .mozconfig -echo "ac_add_options --disable-ion" >> .mozconfig +#echo "ac_add_options --disable-ion" >> .mozconfig #echo "ac_add_options --disable-yarr-jit" >> .mozconfig %endif %ifarch armv7hnl |