[TOOLS] Fix "use_v8_context_snapshot = false" gn args in non-debug build
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user