Navigation Menu

Skip to content

Commit

Permalink
mysql57: enable RTTI
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 14, 2015
1 parent c7b1766 commit 50c13f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -455,7 +455,7 @@ AC_SUBST(DOCUMENT_VERSION)
AC_SUBST(DOCUMENT_VERSION_FULL)

CFLAGS="$CFLAGS"
CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -fno-rtti -felide-constructors"
CXXFLAGS="$CXXFLAGS -fno-implicit-templates -fno-exceptions -felide-constructors"

AC_CONFIG_FILES([
Makefile
Expand Down
2 changes: 2 additions & 0 deletions lib/mrn_condition_converter.hpp
Expand Up @@ -23,6 +23,8 @@
#include <groonga.h>
#include <mrn_mysql_compat.h>

#include <item_cmpfunc.h>

namespace mrn {
class ConditionConverter {
public:
Expand Down

0 comments on commit 50c13f6

Please sign in to comment.