comparison configure @ 1329:2067e2c92cc8 3.0-integration

More timings and cache hit counts
author Chris Cannam
date Thu, 10 Nov 2016 09:58:28 +0000
parents c6513cae4747
children 9401d021b47b
comparison
equal deleted inserted replaced
1328:e1393fd5555f 1329:2067e2c92cc8
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 -DWANT_TIMING" # -DNO_TIMING"
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