Compile argon2 and blake2 with optimisations in dev mode

This commit is contained in:
Olivier 'reivilibre 2025-06-12 22:15:53 +01:00
parent 80b76511ec
commit 8ed66dd3dc

View File

@ -57,3 +57,15 @@ pgtemp = "0.3.0"
rand_xoshiro = "0.6.0"
rstest = "0.21.0"
regex = "1.11.1"
# Enable optimisations for some perf-sensitive libraries
# even in dev mode
[profile.dev.package.argon2]
opt-level = 2
[profile.dev.package.blake2]
opt-level = 2