]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / gtk2 / Makefile
index 77c47658f93af26c106a33b0dbb0e94b386d2570..a37c1842f667c9e4055367f898b097399172dd94 100644 (file)
@@ -11,7 +11,7 @@ OBJS = factory.o \
 ASM_OBJS = have_mmx.o \
                   scale_line_22_yuv_mmx.o
 
-CFLAGS = -O3 -DUSE_MMX `pkg-config gdk-pixbuf-2.0 --cflags` `pkg-config pangoft2 --cflags` -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -DUSE_MMX `pkg-config gdk-pixbuf-2.0 --cflags` `pkg-config pangoft2 --cflags` -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 LDFLAGS = `pkg-config gdk-pixbuf-2.0 --libs` `pkg-config pangoft2 --libs`