forked from M-Labs/zynq-rs
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