field rendering and alignment for composite, bugfixes for luma, pixbuf and pango
[melted] / src / modules / core / Makefile
index a93ab76..d1d05d7 100644 (file)
@@ -14,7 +14,7 @@ OBJS = factory.o \
           transition_mix.o \
           filter_brightness.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)