From 0bf4dfe2ebc4a4f70e766b706f526244719182e0 Mon Sep 17 00:00:00 2001 From: blaginin Date: Fri, 20 Mar 2026 21:29:09 +0000 Subject: [PATCH] debug assertions for `ci-optimized` Co-authored-by: Adam Gutglick --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 08d585d3ef90..652277ca7250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -261,6 +261,7 @@ strip = false # Retain debug info for flamegraphs [profile.ci-optimized] inherits = "release" codegen-units = 16 +debug-assertions = true lto = "thin" strip = true