Disabled JIT again for JS crashes on F24 and Rawhide

This commit is contained in:
Martin Stransky 2016-04-13 11:27:11 +02:00
parent 2a09eea12a
commit f010a716b0
1 changed files with 5 additions and 0 deletions

View File

@ -384,6 +384,11 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-yarr-jit" >> .mozconfig
%endif
#Workarounf for mozbz#1245783
%if 0%{?fedora} > 23
echo "ac_add_options --disable-ion" >> .mozconfig
%endif
%ifnarch %{ix86} x86_64
echo "ac_add_options --disable-webrtc" >> .mozconfig
%endif