summaryrefslogtreecommitdiff
path: root/source/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
commite717b898405fdcd0bb7787394961589aa62cacc3 (patch)
tree41b7321c5b5bc0ade023ea4e76a009acede2b04a /source/configure.developer
parentb1d1c1337c69c6f6bf25ab932a1a6a757e3ea2ae (diff)
downloadsamba-e717b898405fdcd0bb7787394961589aa62cacc3.tar.gz
enabling optimisation switches on some compiler warnings
Diffstat (limited to 'source/configure.developer')
-rwxr-xr-xsource/configure.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.developer b/source/configure.developer
index 91fc5021d98..7906511a16d 100755
--- a/source/configure.developer
+++ b/source/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