Add iree flag to strip assertions (#1791)

This commit is contained in:
jinchen62
2023-08-24 10:51:19 -07:00
committed by GitHub
parent 8e3860c9e6
commit 610813c72f

View File

@@ -97,6 +97,7 @@ def get_iree_common_args():
"--iree-stream-resource-max-allocation-size=4294967295",
"--iree-vm-bytecode-module-strip-source-map=true",
"--iree-util-zero-fill-elided-attrs",
"--iree-opt-strip-assertions=true",
]