Skip to content

Commit 53a873b

Browse files
committed
remove -O
1 parent f1d0098 commit 53a873b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/float/f16-f128-inline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ revisions: default nopt
2-
//@[nopt] compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
2+
//@[nopt] compile-flags: -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
33

44
// Ensure that functions using `f16` and `f128` are always inlined to avoid crashes
55
// when the backend does not support these types.

0 commit comments

Comments
 (0)