Skip to content

Commit 0bd9e1f

Browse files
committed
Auto merge of #41967 - ishitatsuyuki:patch-1, r=alexcrichton
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 4662b15 + 30383b2 commit 0bd9e1f

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
@@ -18,14 +18,6 @@ members = [
1818
"tools/rls",
1919
]
2020

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

0 commit comments

Comments
 (0)