]> git.sesse.net Git - mlt/blobdiff - src/modules/fezzik/Makefile
Configure and build tuning
[mlt] / src / modules / fezzik / Makefile
index 137c9c2b9076293d3528dde4eb3bc1aac1e0c35f..2b02e5885c7aee8085747184e410138f8d8d104d 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           producer_fezzik.o \
           producer_hold.o 
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread
+CFLAGS += -I../..
 
 SRCS := $(OBJS:.o=.c)