Skip to content
Snippets Groups Projects
Commit 229ccbea authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

community/webkit2gtk: enable JIT on armv7

parent bace5756
No related branches found
No related tags found
1 merge request!11995community/webkit2gtk: enable JIT on armv7
...@@ -194,7 +194,7 @@ build() { ...@@ -194,7 +194,7 @@ build() {
# disable _FORTIFY_SOURCE to work around: # disable _FORTIFY_SOURCE to work around:
# cc1plus: out of memory allocating 65536 bytes after a total of 3131101184 bytes # cc1plus: out of memory allocating 65536 bytes after a total of 3131101184 bytes
x86) CXXFLAGS="$CXXFLAGS -U_FORTIFY_SOURCE";; x86) CXXFLAGS="$CXXFLAGS -U_FORTIFY_SOURCE";;
armhf|armv7|ppc64le|s390x) _archopt="-DENABLE_JIT=OFF";; armhf|ppc64le|s390x) _archopt="-DENABLE_JIT=OFF";;
esac esac
# reduce memory usage on 32 bit # reduce memory usage on 32 bit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment