diff options
author | Björn Jacke <bj@sernet.de> | 2009-03-18 22:19:06 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-03-23 14:20:46 +0100 |
commit | 2dc8ce59b28d3a028551ac5087f31cf83d04e064 (patch) | |
tree | 3a62104eba9ebcef1fb68029176125158e4bfd21 /source3 | |
parent | a087310b336bf1b6b2827b27d32071876c23f3a9 (diff) | |
download | samba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.tar.gz samba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.tar.bz2 samba-2dc8ce59b28d3a028551ac5087f31cf83d04e064.zip |
don't set -O twice
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index cfc2473a82..12808eb6f5 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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) |