summaryrefslogtreecommitdiff
path: root/source3/configure.developer
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-29 20:08:04 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-29 20:08:04 +0000
commitf30539b1b63ef456959fcd76ad0b09f25de82add (patch)
treed2e10a071a6d295da49af269161f63a38ff353a7 /source3/configure.developer
parent53373894acfff45885caf1e19a54141546ba5eea (diff)
downloadsamba-f30539b1b63ef456959fcd76ad0b09f25de82add.tar.gz
samba-f30539b1b63ef456959fcd76ad0b09f25de82add.tar.bz2
samba-f30539b1b63ef456959fcd76ad0b09f25de82add.zip
enabling optimisation switches on some compiler warnings
(This used to be commit e717b898405fdcd0bb7787394961589aa62cacc3)
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-xsource3/configure.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.developer b/source3/configure.developer
index 91fc5021d9..7906511a16 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