Optimisations (part 0), pixel v percentage, reworked aspect ratio calcs, ante/post...
[melted] / src / modules / fezzik / Makefile
index 7b5a2a7..b2c9368 100644 (file)
@@ -4,7 +4,7 @@ TARGET = ../libmltfezzik.so
 OBJS = factory.o \
           producer_fezzik.o 
 
-CFLAGS = -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS = -O3 -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
 
 SRCS := $(OBJS:.o=.c)