Author: jerry
Date: 2005-01-18 18:29:55 +0000 (Tue, 18 Jan 2005)
New Revision: 4823

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4823

Log:
remove -O1 from --with-developer
Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2005-01-18 18:29:28 UTC (rev 
4822)
+++ branches/SAMBA_3_0/source/configure.in      2005-01-18 18:29:55 UTC (rev 
4823)
@@ -238,7 +238,7 @@
 AC_ARG_ENABLE(developer, [  --enable-developer      Turn on developer warnings 
and debugging (default=no)],
     [if eval "test x$enable_developer = xyes"; then
         developer=yes
-       CFLAGS="${CFLAGS} -gstabs -Wall -Wshadow -Wstrict-prototypes 
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD 
-DDEVELOPER -O1"
+       CFLAGS="${CFLAGS} -gstabs -Wall -Wshadow -Wstrict-prototypes 
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD 
-DDEVELOPER"
     fi])
 
 AC_ARG_ENABLE(krb5developer, [  --enable-krb5developer  Turn on developer 
warnings and debugging, except -Wstrict-prototypes (default=no)],

Reply via email to