From: Luke Leighton Date: Sun, 29 Nov 1998 20:08:04 +0000 (+0000) Subject: enabling optimisation switches on some compiler warnings X-Git-Tag: samba-4.0.0alpha6~801^2~21060 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=f30539b1b63ef456959fcd76ad0b09f25de82add enabling optimisation switches on some compiler warnings (This used to be commit e717b898405fdcd0bb7787394961589aa62cacc3) --- diff --git a/source3/configure.developer b/source3/configure.developer index 91fc5021d98..7906511a16d 100755 --- a/source3/configure.developer +++ b/source3/configure.developer @@ -1,3 +1,3 @@ #!/bin/sh -export CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" +export CFLAGS="-g -O2 -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align" ./configure