More configure and build tuning
[melted] / src / humperdink / Makefile
index f974b0d..0e96cb7 100644 (file)
@@ -6,14 +6,9 @@ OBJS = client.o \
        io.o \
           remote.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -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)