consumer read ahead and int32_t migration
[melted] / src / modules / vorbis / Makefile
index 6e28934..8b89411 100644 (file)
@@ -4,9 +4,9 @@ TARGET = ../libmltvorbis.so
 OBJS = factory.o \
           producer_vorbis.o
 
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64
 
-LDFLAGS = -lvorbis -lvorbisfile
+LDFLAGS = -lvorbisfile -lvorbis
 
 SRCS := $(OBJS:.o=.c)