From 924d7845cac4a739bb71cf3d15dd033f4e837641 Mon Sep 17 00:00:00 2001 From: Vincent Barrilliot Date: Sat, 11 Nov 2023 13:59:33 +0100 Subject: [PATCH] Make build again for A2560U. The debugging code makes things crash... --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 21f98d9..632e600 100644 --- a/src/Makefile +++ b/src/Makefile @@ -78,7 +78,7 @@ endif # VERBOSE 5 Log a truly verbose message... the sort you almost never want to bother with # Log message above DEFAULT_LOG_LEVEL level will not even be compiled, # ie they will have NO chance of being output even if log_level is high enough. -DEFAULT_LOG_LEVEL=5 +DEFAULT_LOG_LEVEL=0 # Common defines and includes -------------------------------------------------