We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2d3fc commit 07033a4Copy full SHA for 07033a4
src/Cargo.toml
@@ -40,13 +40,10 @@ members = [
40
"tools/rls/test_data/workspace_symbol",
41
]
42
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
+opt-level = 3
48
[profile.bench]
49
50
51
# These options are controlled from our rustc wrapper script, so turn them off
52
# here and have them controlled elsewhere.
0 commit comments