Enabling valgrind on OSX. It appears to work now.
This commit is contained in:
parent
85a2b0bfb9
commit
193c1fac4c
2
configure
vendored
2
configure
vendored
@ -220,7 +220,7 @@ fi
|
|||||||
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
|
# Valgrind is only reliable on Linux. On Windows it doesn't work at all, and
|
||||||
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
|
# on the Mac the dynamic linker causes Valgrind to emit a huge stream of
|
||||||
# errors.
|
# errors.
|
||||||
if [ $CFG_OSTYPE != Linux ]
|
if [ $CFG_OSTYPE != Linux ] && [ $CFG_OSTYPE != Darwin ]
|
||||||
then
|
then
|
||||||
CFG_BAD_VALGRIND=1
|
CFG_BAD_VALGRIND=1
|
||||||
putvar CFG_BAD_VALGRIND
|
putvar CFG_BAD_VALGRIND
|
||||||
|
Loading…
Reference in New Issue
Block a user