mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Auto merge of #16018 - lnicola:no-debug, r=Veykril
minor: Disable debuginfo again I suspect this wasn't intentional, right?
This commit is contained in:
commit
2d66f6df25
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue