Improve logging and resolve any compiler warnings

This commit is contained in:
Maschell
2022-05-08 20:52:23 +02:00
parent cfc0a63a1a
commit 8bd17261cd
5 changed files with 75 additions and 20 deletions

View File

@@ -43,6 +43,11 @@ CXXFLAGS += -DDEBUG -g
CFLAGS += -DDEBUG -g
endif
ifeq ($(DEBUG),VERBOSE)
CXXFLAGS += -DDEBUG -DVERBOSE_DEBUG -g
CFLAGS += -DDEBUG -DVERBOSE_DEBUG -g
endif
LIBS := -lwums -lwut -lkernel -lfunctionpatcher
#-------------------------------------------------------------------------------