]> git.sesse.net Git - mlt/blobdiff - src/modules/vorbis/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / vorbis / Makefile
index fabf4d7b5e57ef136cd2615106ab7a68a71a91ad..3d19024101f88eea8fdbe96ab97f195b609a0816 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltvorbis.so
 OBJS = factory.o \
           producer_vorbis.o
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
 
 LDFLAGS = -lvorbisfile -lvorbis