forked from M-Labs/zynq-rs
Cargo.toml: don't disable lto for profile.release
This commit is contained in:
parent
ea62d4fdec
commit
99371375fd
|
@ -7,9 +7,9 @@ edition = "2018"
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
lto = false
|
lto = false
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
lto = false
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue