We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 413e341 + 38da1fa commit c765effCopy full SHA for c765eff
ci.sh
@@ -24,7 +24,7 @@ function run_tests {
24
if [ -z "${MIRI_TEST_TARGET+exists}" ]; then
25
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
26
# optimizations up all the way).
27
- MIRIFLAGS="-O -Zmir-opt-level=3" ./miri test --locked
+ MIRIFLAGS="-O -Zmir-opt-level=4" ./miri test --locked
28
fi
29
30
# On Windows, there is always "python", not "python3" or "python2".
0 commit comments