]> git.sesse.net Git - mlt/blobdiff - src/modules/fezzik/Makefile
Minor optimisations, consumer avformat experimentation
[mlt] / src / modules / fezzik / Makefile
index 1cb292e107d928cf3aafc88cd44578656f7e4558..137c9c2b9076293d3528dde4eb3bc1aac1e0c35f 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           producer_fezzik.o \
           producer_hold.o 
 
-CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)