diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-04 22:15:44 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2023-12-04 22:15:59 +0200 |
| commit | 523ad0f634b15ef595ba846e837916829a43a0d7 (patch) | |
| tree | 94d03439f491a6013b694aeb9a8efc3ed3662f76 | |
| parent | e91fdf7860cc9dc75b8c1a3bd62f4d87b0320a01 (diff) | |
| download | rust-523ad0f634b15ef595ba846e837916829a43a0d7.tar.gz rust-523ad0f634b15ef595ba846e837916829a43a0d7.zip | |
Disable debuginfo again
| -rw-r--r-- | Cargo.toml | 2 |
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. |
