We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319eef9 commit f342e2cCopy full SHA for f342e2c
scripts/compile/common.sh
@@ -113,7 +113,6 @@ COMMON_LDFLAGS=" \
113
-Wl,-z,noexecstack \
114
-Wl,--gc-sections \
115
-Wl,--exclude-libs,libgcc.a \
116
--Wl,--exclude-libs,libunwind.a \
117
-Wl,--no-undefined \
118
"
119
scripts/compile/jsc.sh
@@ -64,6 +64,7 @@ $TARGETDIR/webkit/Tools/Scripts/build-webkit \
64
--no-netscape-plugin-api \
65
--no-tools \
66
--cmakeargs="-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
67
+ -DUSE_LD_LLD=ON \
68
-DANDROID_UNIFIED_HEADERS=ON \
69
-DANDROID_ABI=${JNI_ARCH} \
70
-DANDROID_PLATFORM=${ANDROID_API} \
0 commit comments