Minor optimisations, consumer avformat experimentation
[melted] / src / inigo / Makefile
index 0b67a31..46f21f8 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