]> git.sesse.net Git - mlt/blobdiff - src/humperdink/Makefile
Configure and build tuning
[mlt] / src / humperdink / Makefile
index f974b0dbe6bab1eb6ed8bd1c48566daf93303e48..9314c703c9fd172c92579384114ab6e0f2014450 100644 (file)
@@ -6,15 +6,10 @@ 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
-
 SRCS := $(OBJS:.o=.c)
 
 all: $(TARGET)