don't set -O twice
authorBjörn Jacke <bj@sernet.de>
Wed, 18 Mar 2009 21:19:06 +0000 (22:19 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 23 Mar 2009 13:20:46 +0000 (14:20 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/configure.in

index cfc2473a8293138da52ff2343fa9109e40b9bae2..12808eb6f56802220020fc1418e9f74894a7cc5f 100644 (file)
@@ -157,8 +157,6 @@ if test "x$CFLAGS" = x; then
 fi
 if test "x$debug" = "xyes" ; then
        CFLAGS="${CFLAGS} -g"
-else
-       CFLAGS="${CFLAGS} -O"
 fi
 
 m4_include(../lib/socket_wrapper/config.m4)