Enable debug messages for debugging

This commit is contained in:
Martinvlba 2023-07-05 15:12:44 +03:00
parent 711255fc72
commit e1d1dd48a9

View File

@ -4,7 +4,7 @@
if [ -d "$(pwd)/build/toolset" ]; then
# Export variables that are needed for usage of TOOL
export SHOW_DEBUG=false
export SHOW_DEBUG=true
export ROOT=$P_ROOT
export TMP=$ROOT/out/tmp
export IS_DOCKER=false
@ -13,7 +13,7 @@ if [ -d "$(pwd)/build/toolset" ]; then
export TEMP_MANAGER=off
else
# Export variables that are needed with usage of independent tool
export SHOW_DEBUG=false
export SHOW_DEBUG=true
export ROOT=$(pwd)
export TMP=$ROOT/tmp
export IS_DOCKER=false