X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fcore%2FMakefile;h=d1d05d79182c33dba3e32ecec8676123c9e3aefd;hb=6405eb05b56e753e9ab7c9ac2c16826d3a0c0ec5;hp=a93ab767a51ec8521acaf5a1ea2e98cacbc06fcd;hpb=978543a20e47302b82bc29007852bff8180031c2;p=melted diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index a93ab76..d1d05d7 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -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)