From e6e9cc34d1dadee635994e23e797e443b592bc1e Mon Sep 17 00:00:00 2001 From: Pawel Zmarzly Date: Tue, 23 Jul 2024 09:24:41 +0100 Subject: [PATCH] unset lto=true --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d16cec0..73c9f13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,3 @@ license = "MIT" get_if_addrs = "0.5.3" igd = "0.12.1" ctrlc = "3.1.6" - -[profile.release] -lto = true