From a9ca38fa4eb402476299dc99795cd7cca2d3e6a9 Mon Sep 17 00:00:00 2001 From: Scott Lamb Date: Sat, 4 Mar 2017 07:53:27 -0800 Subject: [PATCH] disable lto build On my Raspberry Pi 2, LLVM doesn't have enough memory to link with this option anymore. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 31f42ab..283d291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,11 +67,9 @@ default-features = false features = ["avcodec"] [profile.release] -lto = true debug = true [profile.bench] -lto = true debug = true [replace]