Fix LTO builds with new rust
This commit is contained in:
parent
5f6ad0ae7e
commit
4090f055f2
|
@ -44,3 +44,5 @@ panic = "abort"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
debug = true
|
debug = true
|
||||||
lto = true
|
lto = true
|
||||||
|
# https://github.com/rust-lang/cargo/pull/6564#issuecomment-457971499
|
||||||
|
incremental = false
|
||||||
|
|
Loading…
Reference in New Issue