diff --git a/Cargo.toml b/Cargo.toml index 36c8266..198f087 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ uwuify = "0.2" [profile.release] strip = true -lto = "full" +lto = "fat" codegen-units = 1 \ No newline at end of file