Mercurial > hg > sonic-visualiser
diff configure @ 1465:9401d021b47b 3.0-integration
Some copyright dates and build adjustments
author | Chris Cannam |
---|---|
date | Tue, 03 Jan 2017 16:14:31 +0000 |
parents | 2067e2c92cc8 |
children | add46e759c27 |
line wrap: on
line diff
--- a/configure Tue Jan 03 16:13:48 2017 +0000 +++ b/configure Tue Jan 03 16:14:31 2017 +0000 @@ -4417,7 +4417,7 @@ SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" -SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DWANT_TIMING" # -DNO_TIMING" +SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" # Now we have: USER_CXXFLAGS contains any flags the user set @@ -4432,7 +4432,7 @@ if test "x$GCC" = "xyes"; then CXXFLAGS_ANY="-Wall -Wextra -Woverloaded-virtual -Wformat-nonliteral -Wformat-security -Winit-self -Wswitch-enum -Wconversion -pipe" CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" - CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O2" + CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0 -O3 -ffast-math" CXXFLAGS_MINIMAL="$CXXFLAGS_ANY -g0 -O0" fi