Mercurial > hg > sonic-visualiser
comparison configure @ 1483:add46e759c27 3.0-integration
No hit counts in release
author | Chris Cannam |
---|---|
date | Thu, 05 Jan 2017 14:38:11 +0000 |
parents | 9401d021b47b |
children | 782025ae1249 |
comparison
equal
deleted
inserted
replaced
1482:803426db2e98 | 1483:add46e759c27 |
---|---|
4415 esac | 4415 esac |
4416 | 4416 |
4417 | 4417 |
4418 | 4418 |
4419 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" | 4419 SV_DEFINES_DEBUG="-DDEBUG -DBUILD_DEBUG -DWANT_TIMING" |
4420 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING" | 4420 SV_DEFINES_RELEASE="-DNDEBUG -DBUILD_RELEASE -DNO_TIMING -DNO_HIT_COUNTS" |
4421 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" | 4421 SV_DEFINES_MINIMAL="$SV_DEFINES_RELEASE" |
4422 | 4422 |
4423 # Now we have: USER_CXXFLAGS contains any flags the user set | 4423 # Now we have: USER_CXXFLAGS contains any flags the user set |
4424 # explicitly; AUTOCONF_CXXFLAGS contains flags that Autoconf thought | 4424 # explicitly; AUTOCONF_CXXFLAGS contains flags that Autoconf thought |
4425 # we should use. If we have GCC, we override the latter but then | 4425 # we should use. If we have GCC, we override the latter but then |