[Groonga-mysql-commit] mroonga/mroonga at 5e82e35 [master] mariadb: need -fno-rtti for all MariaDB

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 23 16:15:32 JST 2018


Kouhei Sutou	2018-08-23 16:15:32 +0900 (Thu, 23 Aug 2018)

  Revision: 5e82e35f29774986ffb92ab88197772979743f97
  https://github.com/mroonga/mroonga/commit/5e82e35f29774986ffb92ab88197772979743f97

  Message:
    mariadb: need -fno-rtti for all MariaDB

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -2)
===================================================================
--- CMakeLists.txt    2018-08-22 12:54:34 +0900 (f25477cf)
+++ CMakeLists.txt    2018-08-23 16:15:32 +0900 (fc90ee9c)
@@ -384,8 +384,7 @@ else()
     mrn_build_flag("-Wno-strict-aliasing")
     mrn_build_flag("-Wno-deprecated")
     mrn_check_cxxflag("-felide-constructors")
-    if("${MYSQL_VARIANT}" STREQUAL "MariaDB" AND
-        ${MYSQL_VERSION} VERSION_LESS "10.1.0")
+    if("${MYSQL_VARIANT}" STREQUAL "MariaDB")
       mrn_check_cxxflag("-fno-rtti")
     endif()
   endif()
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180823/57f8ddc1/attachment.htm 



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