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 5d3f714 commit ecbaea1Copy full SHA for ecbaea1
lib/snapshot/BUILD.gn
@@ -60,17 +60,15 @@ compiled_action("generate_snapshot_bin") {
60
"--isolate_snapshot_data=" + rebase_path(isolate_snapshot_data),
61
"--isolate_snapshot_instructions=" +
62
rebase_path(isolate_snapshot_instructions),
63
- rebase_path(platform_kernel),
64
]
65
66
if (is_debug) {
67
args += [
68
"--enable_asserts",
69
- "--enable_type_checks",
70
- "--error_on_bad_type",
71
- "--error_on_bad_override",
72
73
}
+
+ args += [rebase_path(platform_kernel)]
74
75
76
# Generates an assembly file defining a given symbol with the bytes from a
0 commit comments