summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2019-06-05 16:32:45 +0100
committerEmīls Piņķis <emils@mullvad.net>2019-06-05 16:32:45 +0100
commit9ab06703eba719bafeef9495cd2aa16cfbd13d1e (patch)
tree169e63139c6c009bc0152a0099d6515bb670fb7f
parente320c6657d13a84f381dec91840a62d31c47611d (diff)
downloadmullvadvpn-9ab06703eba719bafeef9495cd2aa16cfbd13d1e.tar.xz
mullvadvpn-9ab06703eba719bafeef9495cd2aa16cfbd13d1e.zip
Revert "Activate LTO and size optimization"
This reverts commit c73f10c2a60832747ff95168734f5b80d5297ac3.
-rw-r--r--Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a21d31b401..04d05658d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,3 @@ members = [
"talpid-ipc",
]
exclude = ["dist-assets/binaries/shadowsocks-rust"]
-
-
-[profile.release]
-lto = true
-opt-level = 'z'