From 229ccbea8a8624c7784ac1eacbf31d82d27fb8a0 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen <oss@cogitri.dev> Date: Thu, 3 Sep 2020 00:06:08 +0200 Subject: [PATCH] community/webkit2gtk: enable JIT on armv7 --- community/webkit2gtk/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/webkit2gtk/APKBUILD b/community/webkit2gtk/APKBUILD index d4fcc97d640c..cab855d7d831 100644 --- a/community/webkit2gtk/APKBUILD +++ b/community/webkit2gtk/APKBUILD @@ -194,7 +194,7 @@ build() { # disable _FORTIFY_SOURCE to work around: # cc1plus: out of memory allocating 65536 bytes after a total of 3131101184 bytes x86) CXXFLAGS="$CXXFLAGS -U_FORTIFY_SOURCE";; - armhf|armv7|ppc64le|s390x) _archopt="-DENABLE_JIT=OFF";; + armhf|ppc64le|s390x) _archopt="-DENABLE_JIT=OFF";; esac # reduce memory usage on 32 bit -- GitLab