1
Fork 0

tests/codegen: use -Copt-level=3 instead of -O

This commit is contained in:
Jubilee Young 2025-02-08 19:45:40 -08:00
parent 4c17270332
commit 3c0c9b6770
233 changed files with 233 additions and 233 deletions

View file

@ -2,7 +2,7 @@
// Checks that we correctly modify the target when MACOSX_DEPLOYMENT_TARGET is set.
// See issue #60235.
//@ compile-flags: -O --target=i686-apple-darwin --crate-type=rlib
//@ compile-flags: -Copt-level=3 --target=i686-apple-darwin --crate-type=rlib
//@ needs-llvm-components: x86
//@ rustc-env:MACOSX_DEPLOYMENT_TARGET=10.14
#![feature(no_core, lang_items)]