summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 15963c3..6d80dfb 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@ ULOGD_SL:=BASE OPRINT PWSNIFF
# Normally You should not need to change anything below
#
CC = gcc
-CFLAGS = -I. -g -Wall $(INCIPULOG) # -DDEBUG # -DDEBUG_CONF
+CFLAGS = -I. -Wall $(INCIPULOG) -O2
+#CFLAGS+=-g -DDEBUG
+
SH_CFLAGS:=$(CFLAGS) -fPIC
SHARED_LIBS+=$(foreach T,$(ULOGD_SL),extensions/ulogd_$(T).so)