Skip to content

Commit aad9840

Browse files
committed
Set opt-level to 3
1 parent 9ff8ec8 commit aad9840

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
@@ -40,14 +40,6 @@ members = [
4040
"tools/rls/test_data/workspace_symbol",
4141
]
4242

43-
# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
44-
# MSVC when running the compile-fail test suite when a should-fail test panics.
45-
# But hey if this is removed and it gets past the bots, sounds good to me.
46-
[profile.release]
47-
opt-level = 2
48-
[profile.bench]
49-
opt-level = 2
50-
5143
# These options are controlled from our rustc wrapper script, so turn them off
5244
# here and have them controlled elsewhere.
5345
[profile.dev]

0 commit comments

Comments
 (0)