From b2e452326bea099367affb8eb8b8619d28f14c08 Mon Sep 17 00:00:00 2001 From: Nova Date: Thu, 5 Sep 2024 10:26:23 -0400 Subject: [PATCH] fix(cargo.toml): build settings that don't deadlock --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd3a454..3c4b504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,16 +40,17 @@ auto_link_exclude_list = [ [profile.dev.package."*"] opt-level = 3 debug = true -strip = "none" +strip = false debug-assertions = true overflow-checks = true [profile.release] opt-level = 3 debug = "line-tables-only" -strip = "none" +strip = true debug-assertions = true overflow-checks = false +lto = "thin" [dependencies] # small utility thingys