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 f78572c commit bfc2e7cCopy full SHA for bfc2e7c
build-tools/build_v8.sh
@@ -32,9 +32,6 @@ EXTRA_ARGS=""
32
if [ "${OS}" = "linux" ] && [ "${ARCH}" == "arm64" ]; then
33
EXTRA_ARGS="clang_base_path=\"/usr/lib/llvm-21\" clang_use_chrome_plugins=false treat_warnings_as_errors=false"
34
fi
35
-if [ "${OS}" = "ios" ]; then
36
- EXTRA_ARGS="v8_enable_pointer_compression=false v8_enable_webassembly=false"
37
-fi
38
39
TARGET_ARCH=${ARCH}
40
if [ "${ARCH}" = "amd64" ]; then
0 commit comments