+ Clean ups and corrections
[melted] / src / inigo / Makefile
index 46f21f8..57e750e 100644 (file)
@@ -5,14 +5,9 @@ TARGET = inigo
 OBJS = inigo.o \
           io.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -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)