1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

release mode other crypto packages

This commit is contained in:
mat 2022-05-07 12:30:20 -05:00
parent f0a277788c
commit 71acb5b336

View file

@ -15,5 +15,12 @@ members = [
[profile.release]
debug = true
# decoding packets takes forever if we don't do this
[profile.dev.package.azalea-crypto]
opt-level = 3
[profile.dev.package.cipher]
opt-level = 3
[profile.dev.package.cfb8]
opt-level = 3
[profile.dev.package.aes]
opt-level = 3