iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.85k stars 620 forks source link

Make strip assertions default #19208

Open IanWood1 opened 3 days ago

IanWood1 commented 3 days ago

Follow up to https://github.com/iree-org/iree/pull/19014 by changing this flag to be on by default. Currently testing the effects of this and might need further changes.

benvanik commented 3 days ago

cool with this as we can get it back with the global optimization flag stuff when we want it (-O0 etc)