Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #16018 - lnicola:no-debug, r=Veykril
minor: Disable debuginfo again I suspect this wasn't intentional, right?
bors 2023-12-05
parent e91fdf7 · parent 523ad0f · commit 2d66f6d
-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.