More configure and build tuning
[melted] / src / humperdink / Makefile
index 7003d63..0e96cb7 100644 (file)
@@ -6,14 +6,9 @@ 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
+LDFLAGS += -L ../valerie -lvalerie
 
 SRCS := $(OBJS:.o=.c)