[−][src]Module compiler_cli::optimization_arg
Parses the optimization command line flag, which might look as follows:
--optimization Aggressive
It might also be a custom sequence with flags:
-O Custom:ConstantFolding.vcg.gui,OtherOpt,YetAnotherOpt
where .vcg
and .gui
are flags applied to the ConstantFolding
optimization
Structs
Arg |
Enums
ParseError |