Fix LTO builds with new rust

This commit is contained in:
Berkus Decker 2019-02-03 23:43:45 +02:00
parent 5f6ad0ae7e
commit 4090f055f2
1 changed files with 2 additions and 0 deletions

View File

@ -44,3 +44,5 @@ panic = "abort"
panic = "abort"
debug = true
lto = true
# https://github.com/rust-lang/cargo/pull/6564#issuecomment-457971499
incremental = false