From e1d1dd48a9ac9add90b6af8f193bfa164ab3b5cb Mon Sep 17 00:00:00 2001 From: Martinvlba Date: Wed, 5 Jul 2023 15:12:44 +0300 Subject: [PATCH] Enable debug messages for debugging --- modules/variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/variables.sh b/modules/variables.sh index 1be34a3..8b94bb5 100644 --- a/modules/variables.sh +++ b/modules/variables.sh @@ -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