Make -O
mean -C opt-level=3
This commit is contained in:
parent
c241e14650
commit
2966256133
13 changed files with 39 additions and 34 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