mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03: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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user