From cb4d4493d7275951e03a7df7846b4d9d22952b27 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 15 Oct 2025 11:36:05 +0200 Subject: [PATCH] Remove `strip` from release profile (#20885) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62305e93cd..40afa8c5a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -268,7 +268,6 @@ large_stack_arrays = "allow" [profile.release] -strip = true lto = "fat" codegen-units = 16