We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f1cfd commit 30383b2Copy full SHA for 30383b2
src/Cargo.toml
@@ -21,14 +21,6 @@ exclude = [
21
"tools/rls",
22
]
23
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
31
-
32
# These options are controlled from our rustc wrapper script, so turn them off
33
# here and have them controlled elsewhere.
34
[profile.dev]
0 commit comments