mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
11 lines
146 B
TOML
11 lines
146 B
TOML
[workspace]
|
|
|
|
resolver = "2"
|
|
members = ["ffi", "idevice", "tools"]
|
|
|
|
[profile.release]
|
|
opt-level = "z"
|
|
codegen-units = 1
|
|
lto = true
|
|
panic = "abort"
|