Unnamed repository; edit this file 'description' to name the repository.
Disable debuginfo again
Laurențiu Nicola 2023-12-05
parent e91fdf7 · commit 523ad0f
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7347eb6c1b..272f456bf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ authors = ["rust-analyzer team"]
[profile.dev]
# Disabling debug info speeds up builds a bunch,
# and we don't rely on it for debugging that much.
-debug = 1
+debug = 0
[profile.dev.package]
# These speed up local tests.