mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add a comment to explain why we keep debug assertions
This commit is contained in:
parent
ef9d9f8481
commit
331dc3d241
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue