From 4b8cc71d7b35b86cf1789961d727dc4c19d9b28d Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Thu, 14 Aug 2025 12:52:44 +0200 Subject: [PATCH] [TOOLS] Fix "use_v8_context_snapshot = false" gn args in non-debug build --- build/cromite.gn_args | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/cromite.gn_args b/build/cromite.gn_args index 9a86fa6e..1880914e 100644 --- a/build/cromite.gn_args +++ b/build/cromite.gn_args @@ -146,6 +146,8 @@ if (target_os == "android") { v8_enable_debugging_features = false v8_dcheck_always_on = false } else { + include_both_v8_snapshots = false + include_both_v8_snapshots_android_secondary_abi = false generate_linker_map = true }