Skip to content

Commit

Permalink
Added [profile.release] options to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoradocchia committed Jul 16, 2022
1 parent 729e58f commit 7092650
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 @@ -17,3 +17,7 @@ categories = ["command-line-utilities", "science"]
dht22_pi = { git = "https://github.com/marcoradocchia/dht22_pi" }
clap = { version = "3.2.8", features = ["derive"] }
chrono = { version = "0.4.19" }

[profile.release]
lto = true # link-time-optimization
strip = true # strip symbols from binary

0 comments on commit 7092650

Please sign in to comment.