From ce0b3a03ad5ff8938072d7d2133889be29324aa942964825ad8768b02ac3100f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 23 Jan 2020 10:53:07 +0000 Subject: [PATCH] Accepting request 766529 from home:Vogtinator:qt5.14 - Only force-enable the QML JIT for 32-bit x86 Checked locally, is still auto-enabled for x86_64 OBS-URL: https://build.opensuse.org/request/show/766529 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.14/libqt5-qtdeclarative?expand=0&rev=8 --- libqt5-qtdeclarative.changes | 5 +++++ libqt5-qtdeclarative.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/libqt5-qtdeclarative.changes b/libqt5-qtdeclarative.changes index bf29a06..af88e8a 100644 --- a/libqt5-qtdeclarative.changes +++ b/libqt5-qtdeclarative.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 23 09:45:26 UTC 2020 - Fabian Vogt + +- Only force-enable the QML JIT for 32-bit x86 + ------------------------------------------------------------------- Mon Dec 16 09:53:10 UTC 2019 - Christophe Giboudeaux diff --git a/libqt5-qtdeclarative.spec b/libqt5-qtdeclarative.spec index 73a0b7c..435a6ff 100644 --- a/libqt5-qtdeclarative.spec +++ b/libqt5-qtdeclarative.spec @@ -143,7 +143,12 @@ mkdir .git mkdir -p %{_target_platform} pushd %{_target_platform} +# Force-enable the JIT for 32-bit x86 +%ifarch %{ix86} qmake-qt5 .. -- -qml-jit +%else +qmake-qt5 .. +%endif popd make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform}