Mercurial > hg > sonic-visualiser
changeset 2154:af4df56ad040
Rebuild after removing LTO
author | Chris Cannam |
---|---|
date | Thu, 06 Dec 2018 09:55:46 +0000 |
parents | f57b0eea9201 |
children | 40f16d6cbab2 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Dec 06 09:55:36 2018 +0000 +++ b/configure Thu Dec 06 09:55:46 2018 +0000 @@ -4423,8 +4423,7 @@ CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" OPTFLAGS_DEBUG="-O2" CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0" - LDFLAGS_RELEASE="-fuse-linker-plugin" - OPTFLAGS_RELEASE="-O3 -ffast-math -flto" + OPTFLAGS_RELEASE="-O3 -ffast-math" LIBS_DEBUG="$LIBS" as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__--std=$CXXSTANDARD" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts --std=$CXXSTANDARD" >&5