aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a5c8e4a..a4a465b 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,7 @@ case $target_os in
esac
if test "$ac_env_CFLAGS_set" != set; then
- CFLAGS="-Wall -W -g -O2"
+ CFLAGS="-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing"
fi
AC_ARG_ENABLE(kernel-module,