diff options
| author | manuel <manuel@mausz.at> | 2014-04-17 16:17:49 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2014-04-17 16:17:49 +0200 |
| commit | 7a6be06066e4377e39eca5fb8b6ba66240fca707 (patch) | |
| tree | f8dde5c39fc60d17883a95bb379e7e769badd48c /configure.ac | |
| parent | af214790e552310a254ee212df29e8d83f0427a1 (diff) | |
| download | mysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.tar.gz mysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.tar.bz2 mysql-table_sizes-7a6be06066e4377e39eca5fb8b6ba66240fca707.zip | |
fixes for mysql 5.6
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 86fda3a..5e655dc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -62,8 +62,8 @@ AC_PROG_LIBTOOL | |||
| 62 | AC_PROG_CXX | 62 | AC_PROG_CXX |
| 63 | AC_PROG_CPP | 63 | AC_PROG_CPP |
| 64 | 64 | ||
| 65 | #we can add the following flags for better error catching: -Werror -Wimplicit | 65 | #we can add the following flags for better error catching: -Werror |
| 66 | CPPFLAGS="$CPPFLAGS -Werror -Wimplicit" | 66 | CPPFLAGS="$CPPFLAGS -Werror" |
| 67 | # From MySQL: Disable exceptions as they seams to create problems with gcc and threads. | 67 | # From MySQL: Disable exceptions as they seams to create problems with gcc and threads. |
| 68 | CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti" | 68 | CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti" |
| 69 | 69 | ||
