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 f342e2c commit c5847beCopy full SHA for c5847be
scripts/compile/jsc.sh
@@ -19,7 +19,6 @@ $PLATFORM_CFLAGS \
19
CMAKE_LD_FLAGS=" \
20
-latomic \
21
-lm \
22
--static-libstdc++ \
23
$JSC_LDFLAGS \
24
$PLATFORM_LDFLAGS \
25
"
@@ -64,7 +63,7 @@ $TARGETDIR/webkit/Tools/Scripts/build-webkit \
64
63
--no-netscape-plugin-api \
65
--no-tools \
66
--cmakeargs="-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
67
- -DUSE_LD_LLD=ON \
+ -DUSE_LD_GOLD=OFF \
68
-DANDROID_UNIFIED_HEADERS=ON \
69
-DANDROID_ABI=${JNI_ARCH} \
70
-DANDROID_PLATFORM=${ANDROID_API} \
0 commit comments