-fprofile-arcs -ftest-coverage for debug mode
This commit is contained in:
parent
27a7826771
commit
2278a0f045
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue