tests/codegen: use -Copt-level=3 instead of -O
This commit is contained in:
parent
4c17270332
commit
3c0c9b6770
233 changed files with 233 additions and 233 deletions
|
@ -1,6 +1,6 @@
|
|||
//! Test that `RangeTo` and `RangeToInclusive` generate identical
|
||||
//! (and optimal) code; #63646
|
||||
//@ compile-flags: -O -Zmerge-functions=disabled
|
||||
//@ compile-flags: -Copt-level=3 -Zmerge-functions=disabled
|
||||
#![crate_type = "lib"]
|
||||
|
||||
#[no_mangle]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue