Skip to content

Commit 30a6e38

Browse files
authored
Rollup merge of #41967 - ishitatsuyuki:patch-1, r=petrochenkov
Reenable opt-level 3 This comment is quite old, let's see what would happen with current MSVC. Since there's no AppVeyor test for PR, the best way is to try if it get through homu. I don't recommend doing this in roll-up.
2 parents 8755896 + 30383b2 commit 30a6e38

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Cargo.toml

-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ exclude = [
2121
"tools/rls",
2222
]
2323

24-
# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
25-
# MSVC when running the compile-fail test suite when a should-fail test panics.
26-
# But hey if this is removed and it gets past the bots, sounds good to me.
27-
[profile.release]
28-
opt-level = 2
29-
[profile.bench]
30-
opt-level = 2
31-
3224
# These options are controlled from our rustc wrapper script, so turn them off
3325
# here and have them controlled elsewhere.
3426
[profile.dev]

0 commit comments

Comments
 (0)