X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2FMakefile;h=3b48d274a91f5e2c421bac38631c43ffcac9142d;hb=03fdfa6be1e0ff3c0a08b7587165ec32e99f1051;hp=3c7dd7898279be12d779b235801351e22b383087;hpb=d0a840da47c2c35959641c26d74b1498df0ed6be;p=melted diff --git a/src/tests/Makefile b/src/tests/Makefile index 3c7dd78..3b48d27 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,8 +1,13 @@ TARGET = dan charlie pango pixbuf dissolve luma -CFLAGS = -I .. -Wall -rdynamic -pthread +CFLAGS = -O3 -I .. -Wall -rdynamic -pthread -LDFLAGS = -L ../framework -lmlt +LDFLAGS = -L ../framework -L ../modules -lmlt -lmltdv -lmltsdl + +ifeq ($(MLT_GPROF),true) +CFLAGS+=-p +LDFLAGS+=-p +endif all: $(TARGET)