Skip to content

Commit dd86b09

Browse files
committed
Disable strip to debug memory leak
1 parent 737065d commit dd86b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default-members = ["crates/shell", "crates/sqlite"]
99

1010
[profile.dev]
1111
panic = "abort"
12-
strip = true
12+
strip = false
1313

1414
[profile.release]
1515
panic = "abort"

0 commit comments

Comments
 (0)