Commit 6a92fe51 authored by Rich Prohaska's avatar Rich Prohaska

#271 turn off FT debug flags by default. can be overridden by cmake arguments

parent ed9a5d5d
......@@ -14,6 +14,10 @@ IF(NOT TOKUDB_OK)
RETURN()
ENDIF()
SET(BUILD_TESTING OFF CACHE BOOL "")
SET(USE_VALGRIND OFF CACHE BOOL "")
SET(TOKU_DEBUG_PARANOID OFF CACHE BOOL "")
IF(NOT DEFINED TOKUDB_VERSION)
IF(DEFINED ENV{TOKUDB_VERSION})
SET(TOKUDB_VERSION $ENV{TOKUDB_VERSION})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment