Merge branch 'configure.ac' into 'master'

Fix for commit 3d7bf376

See merge request soundtouch/soundtouch!17
This commit is contained in:
Olli Parviainen 2021-09-01 14:57:50 +00:00
commit 268a91494b

View File

@ -33,7 +33,7 @@ AC_LANG(C++)
# Compiler flags. Apply -ffast-math to allow gcc autovectorization
# generate effective SIMD code.
CXXFLAGS="-O3 -ffast-math"
CXXFLAGS+=" -O3 -ffast-math"
# Set AR_FLAGS to avoid build warning "ar: `u' modifier ignored since `D' is the default (see `U')"
AR_FLAGS='cr'