mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-03-20 06:30:38 +01:00
Add a comment to explain why we keep debug assertions
This commit is contained in:
parent
ef9d9f8481
commit
331dc3d241
@ -36,6 +36,9 @@ license = "MIT"
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
codegen-units = 1
|
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]
|
[profile.release.package.heed]
|
||||||
debug-assertions = true
|
debug-assertions = true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user