mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
build: Add the debugger compilation status to the summary
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
5435708a50
commit
5d52689939
@ -150,6 +150,9 @@ if test "x$BUILD_SHADER_DEBUGGER" != xno; then
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(BUILD_SHADER_DEBUGGER, [test "x$BUILD_SHADER_DEBUGGER" != xno])
|
||||
AS_IF([test "x$BUILD_SHADER_DEBUGGER" != no],
|
||||
[enable_debugger=yes], [enable_debugger=no])
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# To build multithread code, gcc uses -pthread, Solaris Studio cc uses -mt
|
||||
@ -191,6 +194,7 @@ echo "Intel GPU tools"
|
||||
echo ""
|
||||
echo " • Tools:"
|
||||
echo " Assembler: ${enable_assembler}"
|
||||
echo " Debugger: ${enable_debugger}"
|
||||
echo ""
|
||||
|
||||
# vim: set ft=config ts=8 sw=8 tw=0 noet :
|
||||
|
Loading…
x
Reference in New Issue
Block a user