]> git.sesse.net Git - mlt/blobdiff - src/modules/sdl/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / sdl / Makefile
index 1571a297f0ba1b201c8dd3a4702ade35eb97e2d6..19ef216c1e2a5dda144491b09b5b218e2ff8fb76 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltsdl.so
 OBJS = factory.o \
           consumer_sdl.o 
 
-CFLAGS = -O3 -I../../ `sdl-config --cflags` -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ `sdl-config --cflags` -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 LDFLAGS= `sdl-config --libs`