Kouhei Sutou
null+****@clear*****
Mon Apr 8 11:19:36 JST 2013
Kouhei Sutou 2013-04-08 11:19:36 +0900 (Mon, 08 Apr 2013) New Revision: 4deaa60075e577c3b04bdc0010fee5006acb6742 https://github.com/mroonga/mroonga/commit/4deaa60075e577c3b04bdc0010fee5006acb6742 Message: cmake: add missing DBUG_OFF definition Modified files: CMakeLists.txt Modified: CMakeLists.txt (+3 -0) =================================================================== --- CMakeLists.txt 2013-04-08 11:09:38 +0900 (61af3d6) +++ CMakeLists.txt 2013-04-08 11:19:36 +0900 (c30b48f) @@ -164,6 +164,9 @@ else() if(WITH_DEBUG) set_property(TARGET ha_mroonga APPEND PROPERTY COMPILE_DEFINITIONS "SAFE_MUTEX") + else() + set_property(TARGET ha_mroonga APPEND PROPERTY + COMPILE_DEFINITIONS "DBUG_OFF") endif() option(WITH_DEBUG_FULL "Enable full debug options" OFF) -------------- next part -------------- HTML����������������������������...Download