tests/assembly: use -Copt-level=3 instead of -O
This commit is contained in:
parent
b3464fa65f
commit
ee111b24e3
25 changed files with 29 additions and 28 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue