Commit 82ae5280 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:5136] add "NVALGRIND=1" to COMPILE_DEFINITIONS_RELEASE


git-svn-id: file:///svn/toku/tokudb@44902 c7de825b-a66e-492c-adef-691d508d4ae1
parent f7a5890b
......@@ -73,6 +73,8 @@ else ()
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ip -ipo1")
endif ()
endif ()
## but we do want -DNVALGRIND
set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS_RELEASE NVALGRIND=1)
if (CMAKE_C_COMPILER_ID MATCHES Intel)
## make sure intel libs are linked statically
......
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