From a16100cbf0dc6497086e6feac89cea88e0d27a60 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 27 Nov 2022 11:26:22 +0000 Subject: [PATCH] Updated makefile to use debug messaging by default Signed-off-by: Alejandro Saucedo --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index be34230a..62ad68b4 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ mk_cmake: -DKOMPUTE_OPT_BUILD_SHADERS=ON \ -DKOMPUTE_OPT_CODE_COVERAGE=ON \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ + -DKOMPUTE_OPT_LOG_LEVEL=Debug \ $(MK_CMAKE_EXTRA_FLAGS) \ -G "Unix Makefiles"