mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
we can optimize the dependencies separately (to an extent)
This commit is contained in:
parent
efc8e4fb28
commit
22d33a8000
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ crate-type = ["cdylib"]
|
|||
opt-level = 2
|
||||
debug = 0
|
||||
codegen-units = 256
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
codegen-units = 16
|
||||
|
|
Loading…
Reference in a new issue