diff options
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 | ||
