Skip to content

Commit 0bbb5f0

Browse files
committed
Enable strip binary on release build
1 parent 6c358af commit 0bbb5f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/consts.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ edition = "2018"
147147
[[bin]]
148148
name = "#{bin_name}"
149149
path = "#{file}.rs"
150+
151+
[profile.release]
152+
strip = true
150153
"##;
151154

152155
/**

0 commit comments

Comments
 (0)