Skip to content

Commit 8c54570

Browse files
committed
Add info for cargo strip
1 parent 2e190f5 commit 8c54570

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ itertools = "0.10"
2020

2121
[dev-dependencies]
2222
rstest = "0.12"
23+
24+
[profile.release]
25+
strip="debuginfo"

0 commit comments

Comments
 (0)