diff --git a/Cargo.toml b/Cargo.toml index 9e22c54..03d58fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,9 @@ repository = "https://github.com/Chleba/netscanner" homepage = "https://github.com/Chleba/netscanner" [profile.release] -strip = "debuginfo" +strip = true +opt-level = "z" +lto = true [package.metadata.deb] maintainer = "Dominic Orsi "