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]
|
||||
panic = "abort"
|
||||
lto = false
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
lto = false
|
||||
debug = true
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue