[Groonga-commit] groonga/groonga [master] force enable -fimplicit-templates.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 11月 12日 (土) 23:24:41 JST


Kouhei Sutou	2011-11-12 14:24:41 +0000 (Sat, 12 Nov 2011)

  New Revision: 707e31097629cae2f9282523183e6026815ed904

  Log:
    force enable -fimplicit-templates.

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -1)
===================================================================
--- configure.ac    2011-11-12 13:51:01 +0000 (4e1f19c)
+++ configure.ac    2011-11-12 14:24:41 +0000 (10a454b)
@@ -139,7 +139,8 @@ if test "$GCC" = "yes"; then
 #  CHECK_CFLAG([-Wwrite-strings])
 #  CHECK_CFLAG([-Winline])
 
-  REMOVE_CXXFLAG([-fno-exceptions])
+  CHECK_CXXFLAG([-fexceptions])
+  CHECK_CXXFLAG([-fimplicit-templates])
 fi
 
 AC_LIBTOOL_WIN32_DLL




Groonga-commit メーリングリストの案内
Back to archive index