Enable debug assertions of heed

This commit is contained in:
Kerollmops
2025-03-11 17:30:24 +01:00
parent 55ca2c4481
commit 16c962eb30

View File

@ -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