about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2023-12-04 22:15:44 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2023-12-04 22:15:59 +0200
commit523ad0f634b15ef595ba846e837916829a43a0d7 (patch)
tree94d03439f491a6013b694aeb9a8efc3ed3662f76
parente91fdf7860cc9dc75b8c1a3bd62f4d87b0320a01 (diff)
downloadrust-523ad0f634b15ef595ba846e837916829a43a0d7.tar.gz
rust-523ad0f634b15ef595ba846e837916829a43a0d7.zip
Disable debuginfo again
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7347eb6c1bf..272f456bf9f 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.