Skip to content

Commit f342e2c

Browse files
committed
fix
1 parent 319eef9 commit f342e2c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/compile/common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ COMMON_LDFLAGS=" \
113113
-Wl,-z,noexecstack \
114114
-Wl,--gc-sections \
115115
-Wl,--exclude-libs,libgcc.a \
116-
-Wl,--exclude-libs,libunwind.a \
117116
-Wl,--no-undefined \
118117
"
119118

scripts/compile/jsc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ $TARGETDIR/webkit/Tools/Scripts/build-webkit \
6464
--no-netscape-plugin-api \
6565
--no-tools \
6666
--cmakeargs="-DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake \
67+
-DUSE_LD_LLD=ON \
6768
-DANDROID_UNIFIED_HEADERS=ON \
6869
-DANDROID_ABI=${JNI_ARCH} \
6970
-DANDROID_PLATFORM=${ANDROID_API} \

0 commit comments

Comments
 (0)