]> git.sesse.net Git - mlt/blobdiff - src/inigo/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / inigo / Makefile
index 0b67a319506d5212722ac9df5d143ff5d5471388..46f21f8b6a1fe4b785c986940c013c1515bc8b38 100644 (file)
@@ -5,7 +5,7 @@ TARGET = inigo
 OBJS = inigo.o \
           io.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 ../framework -lmlt