mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +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
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(BUILD_SHADER_DEBUGGER, [test "x$BUILD_SHADER_DEBUGGER" != xno])
|
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
|
# To build multithread code, gcc uses -pthread, Solaris Studio cc uses -mt
|
||||||
@ -191,6 +194,7 @@ echo "Intel GPU tools"
|
|||||||
echo ""
|
echo ""
|
||||||
echo " • Tools:"
|
echo " • Tools:"
|
||||||
echo " Assembler: ${enable_assembler}"
|
echo " Assembler: ${enable_assembler}"
|
||||||
|
echo " Debugger: ${enable_debugger}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
# vim: set ft=config ts=8 sw=8 tw=0 noet :
|
# vim: set ft=config ts=8 sw=8 tw=0 noet :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user