mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix bug 5798: "CFLAGS info lost in configure"
Michael, please check and merge to the other branches if it's right. Thanks, Volker
This commit is contained in:
parent
3bfb53caa8
commit
9097a67def
@ -128,7 +128,7 @@ fi
|
||||
if test "x$debug" = "xyes" ; then
|
||||
CFLAGS="${CFLAGS} -g"
|
||||
else
|
||||
CFLAGS="-O"
|
||||
CFLAGS="${CFLAGS} -O"
|
||||
fi
|
||||
|
||||
m4_include(../lib/socket_wrapper/config.m4)
|
||||
|
Loading…
Reference in New Issue
Block a user