From a304d545f6260b85f1e1ad718a4b6397cdf6cf91 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 17 May 2022 19:56:25 -0400 Subject: [PATCH] fat lto for release builds --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c5750b4..71539a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ threading = ["async-lock", "rayon"] debug = false codegen-units = 1 opt-level = "z" #optimize for size -lto = "thin" +lto = "fat" strip = true panic = "abort"