Skip to content

Commit

Permalink
build: add some release optimization flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom committed Jan 26, 2024
1 parent 7391cfb commit a8d3dfa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ async-native-tls = { version = "0.5", default-features = false, features = ["run
async-imap = { version = "0.9.5", default-features = false, features = ["runtime-tokio"]}
mailparse = "0.14.1"
scraper = "0.18.1"
mdka = "1.2"
mdka = "1.2"

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

0 comments on commit a8d3dfa

Please sign in to comment.