1
0

Accepting request 766554 from KDE:Qt:5.14

- Only force-enable the QML JIT for 32-bit x86

OBS-URL: https://build.opensuse.org/request/show/766554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdeclarative?expand=0&rev=58
This commit is contained in:
Dominique Leuenberger 2020-01-23 14:55:00 +00:00 committed by Git OBS Bridge
commit 936781a60e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 23 09:45:26 UTC 2020 - Fabian Vogt <fabian@ritter-vogt.de>
- Only force-enable the QML JIT for 32-bit x86
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 16 09:53:10 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Mon Dec 16 09:53:10 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -143,7 +143,12 @@ mkdir .git
mkdir -p %{_target_platform} mkdir -p %{_target_platform}
pushd %{_target_platform} pushd %{_target_platform}
# Force-enable the JIT for 32-bit x86
%ifarch %{ix86}
qmake-qt5 .. -- -qml-jit qmake-qt5 .. -- -qml-jit
%else
qmake-qt5 ..
%endif
popd popd
make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform} make %{?_smp_mflags} VERBOSE=1 -C %{_target_platform}