We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0da1e0 commit 409d40fCopy full SHA for 409d40f
src/Cargo.toml
@@ -18,6 +18,14 @@ members = [
18
"tools/rls",
19
]
20
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
28
+
29
# These options are controlled from our rustc wrapper script, so turn them off
30
# here and have them controlled elsewhere.
31
[profile.dev]
0 commit comments