Configure and build tuning
[melted] / src / humperdink / Makefile
index 7003d63..9314c70 100644 (file)
@@ -6,15 +6,10 @@ OBJS = client.o \
        io.o \
           remote.o
 
-CFLAGS = -O3 -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
+CFLAGS += -I.. -rdynamic
 
 LDFLAGS = -L ../valerie -lvalerie
 
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
 SRCS := $(OBJS:.o=.c)
 
 all: $(TARGET)