[TOOLS] Fix "use_v8_context_snapshot = false" gn args in non-debug build

This commit is contained in:
Carmelo Messina
2025-08-14 12:52:44 +02:00
parent ef5008597f
commit 4b8cc71d7b
+2
View File
@@ -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
}