diff options
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 027347d27..cc6008978 100644 --- a/configure.in +++ b/configure.in @@ -187,7 +187,7 @@ dnl set up compiler and flags dnl ========================= if test -z "$CFLAGS"; then - CFLAGS="-g -O2 -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing" + CFLAGS="-g -O2 -Wall -Wno-format -Wno-pointer-sign" fi AC_PROG_CC AC_LIB_PREFIX |