Make -O mean -C opt-level=3
This commit is contained in:
parent
7a4b898b2d
commit
66bcca11ed
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ fn build_isa(sess: &Session) -> Arc<dyn TargetIsa + 'static> {
|
|||
flags_builder.set("opt_level", "none").unwrap();
|
||||
}
|
||||
OptLevel::Less
|
||||
| OptLevel::Default
|
||||
| OptLevel::More
|
||||
| OptLevel::Size
|
||||
| OptLevel::SizeMin
|
||||
| OptLevel::Aggressive => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue