From 922336329026f5e1087e17e2eaa7c7dd8307021f Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Fri, 21 Feb 2025 11:08:15 +0000 Subject: [PATCH] Update Cargo.toml --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 7680935d3..5af033c01 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,11 +18,11 @@ rayon = "1.10" [profile.dev] opt-level = 3 debug = "full" -lto = "fat" +lto = "thin" [profile.release] codegen-units = 1 debug = "none" opt-level = 3 overflow-checks = false -lto = "fat" +#lto = "fat"