Rectangle added to properties
[melted] / src / valerie / Makefile
index d7ff25c..e0beb11 100644 (file)
@@ -14,14 +14,7 @@ OBJS = valerie.o \
 
 SRCS := $(OBJS:.o=.c)
 
-CFLAGS=-O3 -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
-
-LDFLAGS=-ldv -lpthread
-
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
+LDFLAGS += -lpthread
 
 all: $(TARGET)