Skip to content

Commit

Permalink
Define release profile for building smaller binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjswift committed Dec 3, 2020
1 parent 02f8002 commit 96de4b6
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 @@ -4,3 +4,8 @@ members = [
"email_lambda",
"email_shared"
]

[profile.release]
opt-level = "s"
lto = "fat"
incremental = true

0 comments on commit 96de4b6

Please sign in to comment.