From e1b20a8e4b12870dcfb975032ebf6d6f63c9d849 Mon Sep 17 00:00:00 2001 From: Edward Shen Date: Thu, 5 May 2022 23:01:00 -0700 Subject: [PATCH] fix lto value --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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