Compile argon2 and blake2 with optimisations in dev mode
This commit is contained in:
parent
80b76511ec
commit
8ed66dd3dc
12
Cargo.toml
12
Cargo.toml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user