From: Gerald Carter Date: Tue, 18 Jan 2005 18:29:55 +0000 (+0000) Subject: r4823: remove -O1 from --with-developer X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5405 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1fb1cb019804446a093d7d0d7b1952cc538f9cc;p=thirdparty%2Fsamba.git r4823: remove -O1 from --with-developer --- diff --git a/source/configure.in b/source/configure.in index 9c3ee513af5..330eed79f12 100644 --- a/source/configure.in +++ b/source/configure.in @@ -238,7 +238,7 @@ AC_ARG_ENABLE(debug, 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)],