mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
build: Add DEBUG_FLAGS to tools and self-tests
Makes using GDB better on those binaries. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user