Filter attachments to services
[melted] / src / inigo / Makefile
index 0b67a31..296de35 100644 (file)
@@ -5,14 +5,9 @@ TARGET = inigo
 OBJS = inigo.o \
           io.o
 
-CFLAGS = -O3 -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
+CFLAGS += -I.. -rdynamic
 
-LDFLAGS = -L ../framework -lmlt 
-
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
+LDFLAGS += -L ../framework -lmlt 
 
 SRCS := $(OBJS:.o=.c)