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:
Dominique Leuenberger 2020-10-05 15:07:18 +00:00 committed by Git OBS Bridge
parent 307c9e2539
commit 58b21b32e6
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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