Skip to content

Commit 163ffb6

Browse files
committed
build: enable strip on dev
1 parent 8131ea3 commit 163ffb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ categories = ["command-line-utilities"]
1111

1212
[profile.dev]
1313
lto = true
14+
strip = true
1415

1516
[profile.release]
1617
lto = true

0 commit comments

Comments
 (0)