forked from pool/libqt5-qtdeclarative
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:
commit
936781a60e
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user