Skip to content

Commit 30383b2

Browse files
Reenable opt-level 3
This comment is quite old, let's see what would happen with current MSVC.
1 parent d5f1cfd commit 30383b2

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)