Skip to content

Commit bfc2e7c

Browse files
committed
revert1
1 parent f78572c commit bfc2e7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-tools/build_v8.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ EXTRA_ARGS=""
3232
if [ "${OS}" = "linux" ] && [ "${ARCH}" == "arm64" ]; then
3333
EXTRA_ARGS="clang_base_path=\"/usr/lib/llvm-21\" clang_use_chrome_plugins=false treat_warnings_as_errors=false"
3434
fi
35-
if [ "${OS}" = "ios" ]; then
36-
EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false"
37-
fi
3835

3936
TARGET_ARCH=${ARCH}
4037
if [ "${ARCH}" = "amd64" ]; then

0 commit comments

Comments
 (0)