1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

enabling optimisation switches on some compiler warnings

(This used to be commit e717b898405fdcd0bb7787394961589aa62cacc3)
This commit is contained in:
Luke Leighton 1998-11-29 20:08:04 +00:00
parent 53373894ac
commit f30539b1b6

View File

@ -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