More configure and build tuning
[melted] / src / modules / westley / Makefile
index a5d5d18..69cb874 100644 (file)
@@ -6,9 +6,9 @@ OBJS = factory.o \
           consumer_westley.o \
           producer_westley.o
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread `xml2-config --cflags`
+CFLAGS += -I../../ `xml2-config --cflags`
 
-LDFLAGS = `xml2-config --libs`
+LDFLAGS += `xml2-config --libs`
 
 SRCS := $(OBJS:.o=.c)