]> git.sesse.net Git - mlt/blobdiff - src/albino/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / albino / Makefile
index d30c7626abecf82af50e3eb6ff058911cd9e191a..4ad38e487c54c988ee2ebe1852955b14393fed26 100644 (file)
@@ -4,15 +4,10 @@ TARGET = albino
 
 OBJS = albino.o
 
-CFLAGS = -O3 -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I .. -Wall -g -D_FILE_OFFSET_BITS=64 -pthread -rdynamic
 
 LDFLAGS = -L ../valerie -L ../miracle -L ../framework -lmiracle -lmlt -lvalerie
 
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
 SRCS := $(OBJS:.o=.c)
 
 all: $(TARGET)