summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-06-04 11:04:28 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-06-04 11:04:28 +0200
commitd3e5e016fc6bdf96123dc332b23f393e4a70ce9e (patch)
treec50b7f7169227eeea2d9181398f3bd4084aa4e30
parent85ae84dc425eb26fa09b823d1d215489219447ff (diff)
parentc73f10c2a60832747ff95168734f5b80d5297ac3 (diff)
downloadmullvadvpn-d3e5e016fc6bdf96123dc332b23f393e4a70ce9e.tar.xz
mullvadvpn-d3e5e016fc6bdf96123dc332b23f393e4a70ce9e.zip
Merge branch 'build-release-with-lto'
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04d05658d9..a21d31b401 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,8 @@ members = [
"talpid-ipc",
]
exclude = ["dist-assets/binaries/shadowsocks-rust"]
+
+
+[profile.release]
+lto = true
+opt-level = 'z'