diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-24 13:27:56 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-25 08:27:19 +0100 |
| commit | 0d22ba37d40b41da5a23e8d8e1672ff881acd951 (patch) | |
| tree | b74b6973cdd653da24a229df06dc3e07df9aae16 | |
| parent | a27ec77670d0d8e15a82cd78f299f819edcfd3a1 (diff) | |
| download | mullvadvpn-0d22ba37d40b41da5a23e8d8e1672ff881acd951.tar.xz mullvadvpn-0d22ba37d40b41da5a23e8d8e1672ff881acd951.zip | |
Configure cargo to strip the binaries in release mode
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index aa4983d122..d3ad0a462a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,6 +71,7 @@ once_cell = "1.13" [profile.release] opt-level = 3 lto = true +strip = true # Key generation may take over one minute without optimizations # enabled. |
