Accepting request 839602 from GNOME:Factory
- Enable c_loop on aarch64: currently needed for compilation to succeed with JIT disabled. Also disable sampling profiler, since it conflicts with c_loop (boo#1177087). (forwarded request 838863 from mgorse) OBS-URL: https://build.opensuse.org/request/show/839602 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=103
This commit is contained in:
commit
dca2b8139d
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 30 19:03:18 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Enable c_loop on aarch64: currently needed for compilation to
|
||||
succeed with JIT disabled. Also disable sampling profiler, since
|
||||
it conflicts with c_loop (boo#1177087).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 22 01:34:43 UTC 2020 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
@ -323,6 +323,8 @@ export PYTHON=%{_bindir}/python3
|
||||
-DPYTHON_EXECUTABLE=%{_bindir}/python3 \
|
||||
%ifarch aarch64
|
||||
-DENABLE_JIT=OFF \
|
||||
-DENABLE_C_LOOP=ON \
|
||||
-DENABLE_SAMPLING_PROFILER=OFF \
|
||||
-DUSE_SYSTEM_MALLOC=ON \
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user