diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # $Id: Makefile 158 2004-10-01 03:45:15Z PoW $ -CC = /usr/local/bin/gcc -fbounds-checking -pipe +# CC = /usr/local/bin/gcc -fbounds-checking -pipe # CC = /usr/local/bin/gcc -#CC = gcc -pipe +CC = gcc -pipe PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT #PACKETDEF = -DPACKETVER=5 -DNEW_006b #PACKETDEF = -DPACKETVER=4 -DNEW_006b |