Accepting request 838863 from GNOME:Next
- 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). OBS-URL: https://build.opensuse.org/request/show/838863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=272
This commit is contained in:
parent
307c9e2539
commit
58b21b32e6
@ -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