From fd961a8c4508c8024baed4804b8a7476647194f1 Mon Sep 17 00:00:00 2001 From: Kerollmops Date: Tue, 11 Mar 2025 17:30:24 +0100 Subject: [PATCH] Enable debug assertions of heed --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0a16810af..73bb265af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,9 @@ license = "MIT" [profile.release] codegen-units = 1 +[profile.release.package.heed] +debug-assertions = true + [profile.dev.package.flate2] opt-level = 3