mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-15 02:09:36 +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]
|
[profile.dev]
|
||||||
# Disabling debug info speeds up builds a bunch,
|
# Disabling debug info speeds up builds a bunch,
|
||||||
# and we don't rely on it for debugging that much.
|
# and we don't rely on it for debugging that much.
|
||||||
debug = 1
|
debug = 0
|
||||||
|
|
||||||
[profile.dev.package]
|
[profile.dev.package]
|
||||||
# These speed up local tests.
|
# These speed up local tests.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue