diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-15 15:31:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-06-15 15:31:16 +0100 |
commit | bd43881c90008e33a7fc57c2374a82b18087e2b1 (patch) | |
tree | 88d580337375ab2fd1c1edda6c223b24bf5beae8 /contrib/t1ha | |
parent | cff17e1ac557a878514e8f332afb2e7fdf4be849 (diff) | |
download | rspamd-bd43881c90008e33a7fc57c2374a82b18087e2b1.tar.gz rspamd-bd43881c90008e33a7fc57c2374a82b18087e2b1.zip |
[Minor] Make valgrind happy again
Diffstat (limited to 'contrib/t1ha')
-rw-r--r-- | contrib/t1ha/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/t1ha/CMakeLists.txt b/contrib/t1ha/CMakeLists.txt index 6c50d740d..491010ff9 100644 --- a/contrib/t1ha/CMakeLists.txt +++ b/contrib/t1ha/CMakeLists.txt @@ -3,7 +3,7 @@ SET(T1HASRC t1ha1.c ADD_LIBRARY(rspamd-t1ha STATIC ${T1HASRC}) SET_TARGET_PROPERTIES(rspamd-t1ha PROPERTIES VERSION ${RSPAMD_VERSION}) -ADD_DEFINITIONS("-DT1HA_USE_FAST_ONESHOT_READ=1") +ADD_DEFINITIONS("-DT1HA_USE_FAST_ONESHOT_READ=0") IF(ENABLE_FULL_DEBUG MATCHES "OFF") if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") |