From 51ea0c5d62209dca8a22f53bfc75c161e57a129c Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Mon, 15 Apr 2019 18:43:44 +0900 Subject: [PATCH] [WIP] disabled lto build --- packaging/libvpx.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/libvpx.spec b/packaging/libvpx.spec index a1aa1c6..9b1e8a3 100644 --- a/packaging/libvpx.spec +++ b/packaging/libvpx.spec @@ -54,6 +54,7 @@ sed -e 's|CROSS=".*"|CROSS=""|g' -i ./build/make/configure.sh cd build export CFLAGS="%{optflags}" +export CFLAGS=$(echo $CFLAGS | sed 's/-flto//g') # It is only an emulation of autotools configure; the macro does not work # libvpx default enable NEON support on ARMv7, unfortunately some ARMv7 -- 2.7.4