From: Denis Khalikov Date: Wed, 26 Oct 2016 11:53:15 +0000 (+0300) Subject: removed -flto flag from configure X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60b76a525ca87e985a23eca0af919e42cf7eda10;p=platform%2Fupstream%2Fprelink.git removed -flto flag from configure --- 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'