diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-01 14:48:28 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-01 14:48:28 +0000 |
| commit | 61e68d70da5af5afe943f92cd94a8c96e78348d9 (patch) | |
| tree | 1e88adbfc21452caedcb57af2880097a349f44e6 /configure.in | |
| parent | zsh-3.1.6-test-3 (diff) | |
| download | zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.gz zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.bz2 zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.lz zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.xz zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.tar.zst zsh-61e68d70da5af5afe943f92cd94a8c96e78348d9.zip | |
zsh-3.1.6dot-zsh-199908011751
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 93a03d30d..6f3a1f52e 100644 --- a/configure.in +++ b/configure.in @@ -254,7 +254,7 @@ 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 -pedantic -ggdb" + CFLAGS="$CFLAGS -Wall -Wno-implicit -Wmissing-prototypes -ggdb" else CFLAGS="$CFLAGS -g" fi |
