Skip to content

Commit

Permalink
cargo: merge profile dist to profile release
Browse files Browse the repository at this point in the history
  • Loading branch information
vnghia committed Jan 2, 2024
1 parent db4b54a commit 24b2f82
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
Expand Up @@ -37,3 +37,8 @@ sea-orm-migration = "0.12.4"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }

[profile.release]
opt-level = 's'
strip = true
lto = "thin"

0 comments on commit 24b2f82

Please sign in to comment.