From f688f1c3c49cda62cb076178ad8b2fa0d5353c24 Mon Sep 17 00:00:00 2001 From: futile Date: Sun, 20 Apr 2025 10:15:33 +0100 Subject: [PATCH] `strip = true` doesn't do anything extra anymore --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f350a27..3c7fe04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,5 @@ static_vcruntime = "2.0.0" winresource = "0.1.20" [profile.release] -strip = true lto = true codegen-units = 1