Skip to content

Commit 523ad0f

Browse files
committed
Disable debuginfo again
1 parent e91fdf7 commit 523ad0f

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)