Index: runtime/tools/create_snapshot_bin.py |
diff --git a/runtime/tools/create_snapshot_bin.py b/runtime/tools/create_snapshot_bin.py |
index 344c4e342bae1bbd9002d011410ab0791241e962..78213cf304c600ecaa6c83ee1fc134b7a22f90a8 100755 |
--- a/runtime/tools/create_snapshot_bin.py |
+++ b/runtime/tools/create_snapshot_bin.py |
@@ -104,7 +104,9 @@ def Main(): |
return 1 |
# Setup arguments to the snapshot generator binary. |
- script_args = ["--error_on_bad_type", "--error_on_bad_override"] |
+ script_args = ["--ignore_unrecognized_flags", |
+ "--error_on_bad_type", |
+ "--error_on_bad_override"] |
# Pass along the package_root if there is one. |
if options.package_root: |