enable -ggdb when building test files
This commit is contained in:
parent
188bb991b9
commit
155e881d6b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
# TESTS =
|
||||
# endif
|
||||
TESTS = check_tree
|
||||
AM_CFLAGS = $(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include @CHECK_CFLAGS@
|
||||
AM_CFLAGS = -ggdb $(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include @CHECK_CFLAGS@
|
||||
AM_LDFLAGS = $(DEPS_LIBS) -L$(top_builddir)/src -lr3 @CHECK_LIBS@
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
Loading…
Reference in a new issue