Skip to content

Commit

Permalink
Strip debuginfo and enable thinlto in release mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
LingMan authored Aug 26, 2022
1 parent 86a65db commit a413f29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ readme = "README.md"
license = "MIT"
edition = "2018"

[profile.release]
strip = "debuginfo"
lto = "thin"

[dependencies]
json = "0.12"
memmap2 = "0.5"
Expand Down

0 comments on commit a413f29

Please sign in to comment.