mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 07:05:56 -05:00
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
Block a user