]> git.sesse.net Git - mlt/blobdiff - src/modules/core/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / core / Makefile
index 12e2d6189b4c63de2b9abd2167350d633cc66fbf..a906252b7bdaf3e02bae8fd8a0285a7d7f9beff3 100644 (file)
@@ -24,7 +24,7 @@ OBJS = factory.o \
 
 ASM_OBJS = composite_line_yuv_mmx.o
 
-CFLAGS = -O3 -DUSE_MMX -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -DUSE_MMX -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)