]> git.sesse.net Git - mlt/blobdiff - src/modules/westley/Makefile
Configure and build tuning
[mlt] / src / modules / westley / Makefile
index 160181b647eb2d9914b913940558d1e7131ede60..39db4fc20ffe23f6c8fdd82bbec5ee9ad27324c9 100644 (file)
@@ -6,7 +6,7 @@ OBJS = factory.o \
           consumer_westley.o \
           producer_westley.o
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I../../ -Wall -g -D_FILE_OFFSET_BITS=64 -pthread `xml2-config --cflags`
+CFLAGS += -I../../ `xml2-config --cflags`
 
 LDFLAGS = `xml2-config --libs`