Kouhei Sutou
null+****@clear*****
Thu May 9 15:37:39 JST 2013
Kouhei Sutou 2013-05-09 15:37:39 +0900 (Thu, 09 May 2013) New Revision: c3698d103f16c900e1151904881b22731e9790c2 https://github.com/mroonga/mroonga/commit/c3698d103f16c900e1151904881b22731e9790c2 Message: Use -g3 Because -ggdb3 is not needed for most environment. Modified files: CMakeLists.txt Modified: CMakeLists.txt (+1 -1) =================================================================== --- CMakeLists.txt 2013-05-09 14:24:08 +0900 (cd45c06) +++ CMakeLists.txt 2013-05-09 15:37:39 +0900 (7cb22f9) @@ -186,7 +186,7 @@ else() set_property(TARGET ha_mroonga APPEND PROPERTY COMPILE_DEFINITIONS "SAFE_MUTEX") if(CMAKE_COMPILER_IS_GNUCXX) - set(MYSQL_CFLAGS "${MYSQL_CFLAGS} -ggdb3 -O0") + set(MYSQL_CFLAGS "${MYSQL_CFLAGS} -g3 -O0") endif() else() set_property(TARGET ha_mroonga APPEND PROPERTY -------------- next part -------------- HTML����������������������������...Download