From 58e75c6e5b2fa336e362085a9afb2e211552eb9c Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Nov 27 2018 18:31:10 +0000 Subject: Suppress comments in cmake command --- diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 0dd07e2..8dc4125 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -211,9 +211,11 @@ pushd %{_target_platform} -DENABLE_SAMPLING_PROFILER=OFF \ %endif %ifarch armv7hl +%if 0 # https://bugs.webkit.org/show_bug.cgi?id=191675 # 2.23.1 dropped support of OFFLINE_ASM_BACKEND "ARMv7_TRADITIONAL" (non-Thumb2). # Use "C_LOOP" instead and ensure it is forced. +%endif -DENABLE_JIT=OFF \ -DENABLE_CLOOP=ON \ %endif