diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-17 11:28:50 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2018-05-17 11:28:50 +0000 |
commit | 4f2f3a435e4ee5822f8be58ba84c0f2bb3f78c3c (patch) | |
tree | 447ff795206ec8f84b6b3855e71ad2cfed8d31a2 /Cargo.toml | |
parent | v0.1.3 (diff) | |
download | miniserve-4f2f3a435e4ee5822f8be58ba84c0f2bb3f78c3c.tar.gz miniserve-4f2f3a435e4ee5822f8be58ba84c0f2bb3f78c3c.zip |
Activate lto for binary size reductions
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ categories = ["command-line-utilities", "command-line-interface"] travis-ci = { repository = "svenstaro/miniserve", branch = "master" } maintenance = { status = "actively-developed" } +[profile.release] +lto = true + [dependencies] clap = "2.29" actix = "0.5" |