]> git.sesse.net Git - mlt/blobdiff - src/tests/Makefile
Configure and build tuning
[mlt] / src / tests / Makefile
index 0dd5bb8e7a60dadb4f068a85074801512ee529f2..c85ebe041e9533f1b8e21b5e741658f420521254 100644 (file)
@@ -2,15 +2,10 @@ include ../../config.mak
 
 TARGET = dan charlie pango pixbuf dissolve luma
 
-CFLAGS = -O4 -pipe -ffast-math -fomit-frame-pointer -I .. -Wall -rdynamic -pthread
+CFLAGS += -I.. -rdynamic
 
 LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl
 
-ifeq ($(MLT_GPROF),true)
-CFLAGS+=-p
-LDFLAGS+=-p
-endif
-
 all: $(TARGET)
 
 hello:         hello.o