mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
Merge branch 'configure.ac' into 'master'
Fix for commit 3d7bf376 See merge request soundtouch/soundtouch!17
This commit is contained in:
commit
268a91494b
@ -33,7 +33,7 @@ AC_LANG(C++)
|
|||||||
|
|
||||||
# Compiler flags. Apply -ffast-math to allow gcc autovectorization
|
# Compiler flags. Apply -ffast-math to allow gcc autovectorization
|
||||||
# generate effective SIMD code.
|
# 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')"
|
# Set AR_FLAGS to avoid build warning "ar: `u' modifier ignored since `D' is the default (see `U')"
|
||||||
AR_FLAGS='cr'
|
AR_FLAGS='cr'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user