git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5337389
)
enabling optimisation switches on some compiler warnings
author
Luke Leighton
<lkcl@samba.org>
Sun, 29 Nov 1998 20:08:04 +0000
(20:08 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Sun, 29 Nov 1998 20:08:04 +0000
(20:08 +0000)
(This used to be commit
e717b898405fdcd0bb7787394961589aa62cacc3
)
source3/configure.developer
patch
|
blob
|
history
diff --git
a/source3/configure.developer
b/source3/configure.developer
index 91fc5021d98ef42301b430d5c616b2967ec2dac4..7906511a16d724ab9e7931c8276c12478f37c925 100755
(executable)
--- 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