7c997ca8411934ecf4848ef810570ec61c76dfdc
The optimizer now uses a simple boolean flag (`optimization`) instead of an `optimization_level` (u32). This simplifies the optimizer's logic and makes it easier to enable or disable optimizations. The command-line interface and internal testing have been updated to reflect this change.
Description
No description provided
Languages
Rust
100%