Skip to content

Commit fd39e38

Browse files
imlk0oxr463
authored andcommitted
build: strip when build for release
1 parent ceda0a2 commit fd39e38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
cargo-features = ["strip"]
2+
13
[workspace]
24
members = [
35
"proot-rs",
46
"loader-shim",
57
]
68

9+
[profile.release]
10+
strip = true
11+
712
[profile.dev.package.loader-shim]
813
opt-level = 1
914

0 commit comments

Comments
 (0)