diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-29 20:08:04 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-29 20:08:04 +0000 |
commit | f30539b1b63ef456959fcd76ad0b09f25de82add (patch) | |
tree | d2e10a071a6d295da49af269161f63a38ff353a7 /source3/configure.developer | |
parent | 53373894acfff45885caf1e19a54141546ba5eea (diff) | |
download | samba-f30539b1b63ef456959fcd76ad0b09f25de82add.tar.gz |
enabling optimisation switches on some compiler warnings
(This used to be commit e717b898405fdcd0bb7787394961589aa62cacc3)
Diffstat (limited to 'source3/configure.developer')
-rwxr-xr-x | source3/configure.developer | 2 |
1 files changed, 1 insertions, 1 deletions
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 |