Skip to content

Commit 2d66f6d

Browse files
committed
Auto merge of #16018 - lnicola:no-debug, r=Veykril
minor: Disable debuginfo again I suspect this wasn't intentional, right?
2 parents e91fdf7 + 523ad0f commit 2d66f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["rust-analyzer team"]
1212
[profile.dev]
1313
# Disabling debug info speeds up builds a bunch,
1414
# and we don't rely on it for debugging that much.
15-
debug = 1
15+
debug = 0
1616

1717
[profile.dev.package]
1818
# These speed up local tests.

0 commit comments

Comments
 (0)