diff --git a/Cargo.toml b/Cargo.toml index 2078ca2..82f012d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,6 @@ members = ["server", "client", "hostsfile", "shared", "publicip", "netlink-reque [profile.release] codegen-units = 1 -lto = "thin" +opt-level = "s" +lto = "fat" +panic = "abort"