Configure and build tuning
[melted] / src / modules / inigo / Makefile
index 8ea9c24..6e41327 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltinigo.so
 OBJS = factory.o \
           producer_inigo.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
 
 SRCS := $(OBJS:.o=.c)