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

This commit is contained in:
Jubilee Young 2025-02-08 18:56:57 -08:00
parent b3464fa65f
commit ee111b24e3
25 changed files with 29 additions and 28 deletions

View file

@ -2,7 +2,7 @@
//@ [WIN] only-windows
//@ [LIN] only-linux
//@ assembly-output: emit-asm
//@ compile-flags: --crate-type=lib -O -C llvm-args=-x86-asm-syntax=intel
//@ compile-flags: --crate-type=lib -Copt-level=3 -C llvm-args=-x86-asm-syntax=intel
//@ only-x86_64
//@ ignore-sgx