Skip to content

Commit

Permalink
build: strip when build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
imlk0 authored and oxr463 committed Aug 20, 2021
1 parent ceda0a2 commit fd39e38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
cargo-features = ["strip"]

[workspace]
members = [
"proot-rs",
"loader-shim",
]

[profile.release]
strip = true

[profile.dev.package.loader-shim]
opt-level = 1

Expand Down

0 comments on commit fd39e38

Please sign in to comment.