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:
bors 2023-12-04 20:30:20 +00:00
commit 2d66f6df25

View file

@ -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.