Commit 4c23397e authored by Zachary Anderson's avatar Zachary Anderson Committed by GitHub

Remove dead --assert_initializer flag (#12441)

parent 21b81d90
......@@ -42,7 +42,6 @@ class GenSnapshot {
final String vmSnapshotData = artifacts.getArtifactPath(Artifact.vmSnapshotData);
final String isolateSnapshotData = artifacts.getArtifactPath(Artifact.isolateSnapshotData);
final List<String> args = <String>[
'--assert_initializer',
'--await_is_keyword',
'--causal_async_stacks',
'--vm_snapshot_data=$vmSnapshotData',
......
......@@ -227,7 +227,6 @@ Future<String> _buildAotSnapshot(
final List<String> genSnapshotCmd = <String>[
genSnapshot,
'--assert_initializer',
'--await_is_keyword',
'--vm_snapshot_data=$vmSnapshotData',
'--isolate_snapshot_data=$isolateSnapshotData',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment