disable lto build

On my Raspberry Pi 2, LLVM doesn't have enough memory to link with this option
anymore.
This commit is contained in:
Scott Lamb 2017-03-04 07:53:27 -08:00
parent d263ee1bcf
commit a9ca38fa4e
1 changed files with 0 additions and 2 deletions

View File

@ -67,11 +67,9 @@ default-features = false
features = ["avcodec"]
[profile.release]
lto = true
debug = true
[profile.bench]
lto = true
debug = true
[replace]