diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12e23d9..df6aca5 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -133,7 +133,7 @@ fi | |||
| 133 | AM_CONDITIONAL([HAVE_CYTHON],[test "x$CYTHON_SUB" = "xcython"]) | 133 | AM_CONDITIONAL([HAVE_CYTHON],[test "x$CYTHON_SUB" = "xcython"]) |
| 134 | AC_SUBST([CYTHON_SUB]) | 134 | AC_SUBST([CYTHON_SUB]) |
| 135 | 135 | ||
| 136 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden $PTHREAD_CFLAGS") | 136 | AS_COMPILER_FLAGS(GLOBAL_CFLAGS, "-Wall -Wextra -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -Wno-strict-aliasing -fvisibility=hidden $PTHREAD_CFLAGS") |
| 137 | GLOBAL_LDFLAGS="$PTHREAD_LIBS" | 137 | GLOBAL_LDFLAGS="$PTHREAD_LIBS" |
| 138 | 138 | ||
| 139 | AC_ARG_ENABLE(debug, | 139 | AC_ARG_ENABLE(debug, |
