summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-05-29 23:00:20 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-06-04 10:46:18 +0200
commitc73f10c2a60832747ff95168734f5b80d5297ac3 (patch)
treec50b7f7169227eeea2d9181398f3bd4084aa4e30
parent85ae84dc425eb26fa09b823d1d215489219447ff (diff)
downloadmullvadvpn-c73f10c2a60832747ff95168734f5b80d5297ac3.tar.xz
mullvadvpn-c73f10c2a60832747ff95168734f5b80d5297ac3.zip
Activate LTO and size optimization
-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'