9599f2c
--- Makefile.in.org	2006-05-12 15:29:02.000000000 -0400
9599f2c
+++ Makefile.in	2006-05-12 15:29:10.000000000 -0400
9599f2c
@@ -9,7 +9,7 @@
9599f2c
 CC= gcc
9599f2c
 AR=/usr/bin/ar
9599f2c
 RANLIB=/usr/bin/ranlib
9599f2c
-CCOPT= -O2 -Wall @PCAP_INCLUDE@ @TCL_INC@ @USE_TCL@
9599f2c
+CCOPT= $(CFLAGS) -Wall @PCAP_INCLUDE@ @TCL_INC@ @USE_TCL@
9599f2c
 DEBUG= -g
9599f2c
 #uncomment the following if you need libpcap based build under linux
9599f2c
 #(not raccomanded)