We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1731f0a commit d332fc3Copy full SHA for d332fc3
src/Cargo.toml
@@ -40,6 +40,13 @@ members = [
40
"tools/rls/test_data/workspace_symbol",
41
]
42
43
+# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
44
+# See issue https://github.com/rust-lang/rust/issues/52378
45
+[profile.release]
46
+opt-level = 2
47
+[profile.bench]
48
49
+
50
# These options are controlled from our rustc wrapper script, so turn them off
51
# here and have them controlled elsewhere.
52
[profile.dev]
0 commit comments