We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db82cc commit 6c635b7Copy full SHA for 6c635b7
src/Cargo.toml
@@ -40,13 +40,6 @@ members = [
40
"tools/rls/test_data/workspace_symbol",
41
]
42
43
-# Curiously, libtest will segfault if compiled with opt-level=3
44
-# with some versions of XCode: https://github.com/rust-lang/rust/issues/50867
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