From 2278a0f045168e1063d061833d902214fd5a8980 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 19 May 2014 11:38:25 +0800 Subject: [PATCH] -fprofile-arcs -ftest-coverage for debug mode --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3f1094f..af01dc1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ libr3_la_LIBADD=$(DEPS_LIBS) AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include -Wall if ENABLE_DEBUG -AM_CFLAGS += -g +AM_CFLAGS += -g -fprofile-arcs -ftest-coverage endif if ENABLE_GRAPHVIZ