1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

don't set -O twice

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Björn Jacke 2009-03-18 22:19:06 +01:00 committed by Michael Adam
parent a087310b33
commit 2dc8ce59b2

View 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)