We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff8ec8 commit aad9840Copy full SHA for aad9840
src/Cargo.toml
@@ -40,14 +40,6 @@ 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
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.
53
[profile.dev]
0 commit comments