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
|
@ -2,7 +2,7 @@
|
|||
// Checks that we leave the target alone when MACOSX_DEPLOYMENT_TARGET is unset.
|
||||
// See issue #60235.
|
||||
|
||||
//@ compile-flags: -O --target=x86_64-apple-darwin --crate-type=rlib
|
||||
//@ compile-flags: -Copt-level=3 --target=x86_64-apple-darwin --crate-type=rlib
|
||||
//@ needs-llvm-components: x86
|
||||
//@ unset-rustc-env:MACOSX_DEPLOYMENT_TARGET
|
||||
#![feature(no_core, lang_items)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue