forked from M-Labs/zynq-rs
Cargo.toml: optimize for size
Space in OCM is precious.
This commit is contained in:
parent
887627b137
commit
62ecb5095b
@ -11,6 +11,8 @@ lto = false
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
debug = true
|
debug = true
|
||||||
|
lto = true # Link-Time Optimization
|
||||||
|
opt-level = 'z' # Optimize for size.
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
target_zc706 = []
|
target_zc706 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user