Skip to content

Commit 2de609b

Browse files
committed
Actually, use "line-tables-only"
1 parent cebe9f7 commit 2de609b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Reduce the size of debug builds for CI
1+
# Reduce the size of debug builds
22
[profile.dev]
3-
debug = false
3+
debug = "line-tables-only"
44

55
# The curve25519-dalek crate uses the `simd` backend by default in v4 if
66
# possible, which has very slow performance on some platforms with opt-level 0,

0 commit comments

Comments
 (0)