mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-31 09:43:43 -04: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"]
|
features = ["avcodec"]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
lto = true
|
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[replace]
|
[replace]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user