diff options
Diffstat (limited to 'zshconfig.ac')
-rw-r--r-- | zshconfig.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zshconfig.ac b/zshconfig.ac index 4e1a0d882..2ec80f134 100644 --- a/zshconfig.ac +++ b/zshconfig.ac @@ -292,13 +292,13 @@ dnl else use -O if test -n "$auto_cflags"; then if test "${enable_zsh_debug}" = yes; then if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -ggdb" + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -ggdb" else CFLAGS="$CFLAGS -g" fi else if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -O2" + CFLAGS="$CFLAGS -Wall -Wmissing-prototypes -O2" else CFLAGS="$CFLAGS -O" fi |