From 60b76a525ca87e985a23eca0af919e42cf7eda10 Mon Sep 17 00:00:00 2001 From: Denis Khalikov Date: Wed, 26 Oct 2016 14:53:15 +0300 Subject: [PATCH] removed -flto flag from configure --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 9f2a746..e14d872 100755 --- a/configure +++ b/configure @@ -1439,6 +1439,7 @@ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start ov { (exit 1); exit 1; }; } fi +CFLAGS=$( echo $CFLAGS | sed -e "s/-flto//g") ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -- 2.7.4