Skip to content

Commit

Permalink
remove -O
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Nov 14, 2024
1 parent f1d0098 commit 53a873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/float/f16-f128-inline.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ revisions: default nopt
//@[nopt] compile-flags: -O -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes
//@[nopt] compile-flags: -Zcross-crate-inline-threshold=never -Zmir-opt-level=0 -Cno-prepopulate-passes

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

0 comments on commit 53a873b

Please sign in to comment.