From 0a01a190f6f7b2256d6efdd49018f43023f389dd Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Wed, 1 Jul 2015 23:02:31 +0100 Subject: build: Add DEBUG_FLAGS to tools and self-tests Makes using GDB better on those binaries. Signed-off-by: Damien Lespiau --- lib/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 938d2ab0..f09d2fe7 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -6,7 +6,7 @@ AM_TESTS_ENVIRONMENT = \ EXTRA_DIST = $(check_SCRIPTS) -AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \ +AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) $(DEBUG_CFLAGS) \ -I$(srcdir)/../.. \ -I$(srcdir)/.. \ -include "$(srcdir)/../../lib/check-ndebug.h" \ -- cgit v1.2.3