mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Always compile with release flag
a
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
[workspace]
|
||||
|
||||
resolver = "2"
|
||||
members = [ "ffi","idevice", "tools"]
|
||||
members = ["ffi", "idevice", "tools"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user