qt5-qtwebkit remove jit limitations

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 2019-03-28 15:49:56 +01:00
parent eef352cb74
commit 6da0030338
1 changed files with 2 additions and 2 deletions

View File

@ -123,9 +123,9 @@ mkdir %{_target_platform}
pushd %{_target_platform}

%{qmake_qt5} .. \
%ifnarch %{arm} %{ix86} x86_64
#%ifnarch %{arm} %{ix86} x86_64
DEFINES+=ENABLE_JIT=0 DEFINES+=ENABLE_YARR_JIT=0
%endif
#%endif

# workaround, disable parallel compilation as it fails to compile in brew
#make %{?_smp_mflags}