From 7b18d6074e8557c88e78a0be366c17d1c0fd2228 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 29 Sep 2025 23:22:37 +0200 Subject: [PATCH] Try again to disable the sandbox --- mingw-w64-v8/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mingw-w64-v8/PKGBUILD b/mingw-w64-v8/PKGBUILD index a9b7430..a8d6049 100644 --- a/mingw-w64-v8/PKGBUILD +++ b/mingw-w64-v8/PKGBUILD @@ -233,6 +233,8 @@ build() { v8_enable_temporal_support=false v8_enable_verify_heap=false v8_symbol_level=${_symbol} + v8_static_library=true + v8_enable_sandbox=false v8_use_external_startup_data=false chrome_pgo_phase=0 clang_use_chrome_plugins=false