]> git.sesse.net Git - mlt/blobdiff - src/tests/Makefile
More configure and build tuning
[mlt] / src / tests / Makefile
index 0dd5bb8e7a60dadb4f068a85074801512ee529f2..70e04b1e4259a9a5869c732c5af330ceeb940cb7 100644 (file)
@@ -2,14 +2,9 @@ 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
+LDFLAGS += -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl
 
 all: $(TARGET)