Skip to content

Commit

Permalink
Ensure to pass dill file after VM options for gen_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mkustermann committed Feb 15, 2019
1 parent 5d3f714 commit 5650cb2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/snapshot/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,15 @@ compiled_action("generate_snapshot_bin") {
"--isolate_snapshot_data=" + rebase_path(isolate_snapshot_data),
"--isolate_snapshot_instructions=" +
rebase_path(isolate_snapshot_instructions),
rebase_path(platform_kernel),
]

if (is_debug) {
args += [
"--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
Expand Down

0 comments on commit 5650cb2

Please sign in to comment.