Configure and build tuning
[melted] / src / valerie / Makefile
index 12b835f..7121bb1 100644 (file)
@@ -14,15 +14,8 @@ OBJS = valerie.o \
 
 SRCS := $(OBJS:.o=.c)
 
-CFLAGS=-O4 -pipe -ffast-math -fomit-frame-pointer -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
-
 LDFLAGS=-ldv -lpthread
 
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
 all: $(TARGET)
 
 $(TARGET): $(OBJS)