Add a comment to explain why we keep debug assertions

This commit is contained in:
Kerollmops 2025-03-13 11:23:39 +01:00
parent ef9d9f8481
commit 331dc3d241
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -36,6 +36,9 @@ license = "MIT"
[profile.release]
codegen-units = 1
# We now compile heed without the NDEBUG define for better performance.
# However, we still enable debug assertions for a better detection of
# disk corruption on the cloud or in OSS.
[profile.release.package.heed]
debug-assertions = true