Mercurial > hg > sonic-visualiser
comparison configure @ 2154:af4df56ad040
Rebuild after removing LTO
author | Chris Cannam |
---|---|
date | Thu, 06 Dec 2018 09:55:46 +0000 |
parents | f474b3931217 |
children | 57a54d84120c |
comparison
equal
deleted
inserted
replaced
2153:f57b0eea9201 | 2154:af4df56ad040 |
---|---|
4421 if test "x$GCC" = "xyes"; then | 4421 if test "x$GCC" = "xyes"; then |
4422 CXXFLAGS_ANY="-fpic -Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" | 4422 CXXFLAGS_ANY="-fpic -Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" |
4423 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" | 4423 CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" |
4424 OPTFLAGS_DEBUG="-O2" | 4424 OPTFLAGS_DEBUG="-O2" |
4425 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0" | 4425 CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0" |
4426 LDFLAGS_RELEASE="-fuse-linker-plugin" | 4426 OPTFLAGS_RELEASE="-O3 -ffast-math" |
4427 OPTFLAGS_RELEASE="-O3 -ffast-math -flto" | |
4428 LIBS_DEBUG="$LIBS" | 4427 LIBS_DEBUG="$LIBS" |
4429 as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__--std=$CXXSTANDARD" | $as_tr_sh` | 4428 as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__--std=$CXXSTANDARD" | $as_tr_sh` |
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts --std=$CXXSTANDARD" >&5 | 4429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts --std=$CXXSTANDARD" >&5 |
4431 $as_echo_n "checking whether C++ compiler accepts --std=$CXXSTANDARD... " >&6; } | 4430 $as_echo_n "checking whether C++ compiler accepts --std=$CXXSTANDARD... " >&6; } |
4432 if eval \${$as_CACHEVAR+:} false; then : | 4431 if eval \${$as_CACHEVAR+:} false; then : |