]> git.sesse.net Git - mlt/blobdiff - src/miracle/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / miracle / Makefile
index f8f4340f0d091fe8d05f977a23396a4f36b341c4..8cba00af71cc568bffc42a9c037833ccc4280a18 100644 (file)
@@ -14,7 +14,7 @@ LIB_OBJS = miracle_log.o \
 
 OBJS = $(APP_OBJS) $(LIB_OBJS)
 
-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 -lvalerie -L ../framework -lmlt