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:
parent
f0a277788c
commit
71acb5b336
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue