]> git.sesse.net Git - mlt/blobdiff - src/modules/inigo/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / inigo / Makefile
index 31c4955e694d9eb38bdc18fdb5fd90ea3ec93a58..8ea9c243f22ab432e7cff76a737a60ea0e1012f4 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltinigo.so
 OBJS = factory.o \
           producer_inigo.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)