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:
parent
d263ee1bcf
commit
a9ca38fa4e
|
@ -67,11 +67,9 @@ default-features = false
|
|||
features = ["avcodec"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = true
|
||||
|
||||
[profile.bench]
|
||||
lto = true
|
||||
debug = true
|
||||
|
||||
[replace]
|
||||
|
|
Loading…
Reference in New Issue