mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
enabling optimisation switches on some compiler warnings
(This used to be commit e717b898405fdcd0bb7787394961589aa62cacc3)
This commit is contained in:
parent
53373894ac
commit
f30539b1b6
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/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
|
./configure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user