]> git.sesse.net Git - mlt/blobdiff - src/valerie/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / valerie / Makefile
index d7ff25cc5aad7e319ad410e0fa14801b6e8a1150..12b835fbd7a230c7dca36a75c6f82fb33530c3cf 100644 (file)
@@ -14,7 +14,7 @@ OBJS = valerie.o \
 
 SRCS := $(OBJS:.o=.c)
 
-CFLAGS=-O3 -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS=-O4 -pipe -ffast-math -fomit-frame-pointer -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 LDFLAGS=-ldv -lpthread