Skip to content

Commit

Permalink
feat(main): add release strip
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Jun 21, 2024
1 parent 941bc74 commit 67e2ca2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ description = "rbuild-runtime, a rusty-hermit application"
repository = "https://github.com/rust-learn-days/rbuild-runtime"
[dependencies]
rust-embed="8.4.0"

[profile.release]
lto = true
strip = true
opt-level = "z"
codegen-units = 1

0 comments on commit 67e2ca2

Please sign in to comment.