From ec12ae645d351c0893e124ff3159f012cdcbaa53 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 25 Feb 1999 10:16:44 +0000 Subject: [PATCH] -O does not belong in WFLAGS git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5421 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 2f24695d0..2279b6ce8 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AM_PROG_LIBTOOL if test "$GCC" = "yes"; then # -Wcast-align doesn't work well on alpha osf/1 - WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -O" + WFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs" WFLAGS_NOUNUSED="-Wno-unused" fi AC_SUBST(WFLAGS)