chiark / gitweb /
build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compat
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Dec 2012 12:23:16 +0000 (13:23 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 6 Jan 2013 18:52:47 +0000 (13:52 -0500)
commit090cafa0678333435486f2d70296311d20a2ed5d
treea79dfcd767796de0b13d0af56210e4784c335627
parent24fdc2300451372bd098a7cab39f3a417d46605b
build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compat

Actually, one might want to run valgrind even on optimized code.
Now the same check is used in the jenkins hash functions and
hashtable.
src/shared/hashmap.c