[Groonga-mysql-commit] mroonga/mroonga [master] cmake win32: add TODO: note about DBUG_OFF and _CRT_SECURE_NO_WARNINGS

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Oct 11 17:45:18 JST 2012


HAYASHI Kentaro	2012-10-11 17:45:18 +0900 (Thu, 11 Oct 2012)

  New Revision: fd74c6b5c954b656a81c47bd9ba33d13118dc647
  https://github.com/mroonga/mroonga/commit/fd74c6b5c954b656a81c47bd9ba33d13118dc647

  Log:
    cmake win32: add TODO: note about DBUG_OFF and _CRT_SECURE_NO_WARNINGS

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+4 -0)
===================================================================
--- CMakeLists.txt    2012-10-11 17:23:04 +0900 (0daa5d1)
+++ CMakeLists.txt    2012-10-11 17:45:18 +0900 (cad9f1f)
@@ -102,6 +102,10 @@ set(DEFAULT_PARSER "TokenBigram" CACHE STRING "The default fulltext parser")
 set_property(TARGET ha_mroonga APPEND PROPERTY
   COMPILE_DEFINITIONS "MRN_PARSER_DEFAULT=\"${DEFAULT_PARSER}\"")
 if(WIN32)
+# TODO: set DBUG_OFF to link with MySQL release/debug import library.
+#       it is better that you can customize this definition.
+# TODO: support security enhancements introduced in the CRT.
+#       http://msdn.microsoft.com/en-us/library/8ef0s5kh%28v=vs.90%29.aspx
   set_property(TARGET ha_mroonga APPEND PROPERTY
     COMPILE_DEFINITIONS "DBUG_OFF" "_CRT_SECURE_NO_WARNINGS")
 endif()
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index