未验证 提交 ecbaea10 编写于 作者: M Martin Kustermann 提交者: GitHub

Ensure to pass dill file after VM options for gen_snapshot (#7839)

上级 5d3f7145
...@@ -60,17 +60,15 @@ compiled_action("generate_snapshot_bin") { ...@@ -60,17 +60,15 @@ compiled_action("generate_snapshot_bin") {
"--isolate_snapshot_data=" + rebase_path(isolate_snapshot_data), "--isolate_snapshot_data=" + rebase_path(isolate_snapshot_data),
"--isolate_snapshot_instructions=" + "--isolate_snapshot_instructions=" +
rebase_path(isolate_snapshot_instructions), rebase_path(isolate_snapshot_instructions),
rebase_path(platform_kernel),
] ]
if (is_debug) { if (is_debug) {
args += [ args += [
"--enable_asserts", "--enable_asserts",
"--enable_type_checks",
"--error_on_bad_type",
"--error_on_bad_override",
] ]
} }
args += [rebase_path(platform_kernel)]
} }
# Generates an assembly file defining a given symbol with the bytes from a # Generates an assembly file defining a given symbol with the bytes from a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册