Tue, 03 Jun 2025 08:43:17 +0200
fix debug and release flags after uwproj update + add warnings in debug mode
--- a/make/cc.mk Mon Jun 02 19:40:24 2025 +0200 +++ b/make/cc.mk Tue Jun 03 08:43:17 2025 +0200 @@ -3,6 +3,6 @@ # CFLAGS = -DEBUG_CC_FLAGS = -g -RELEASE_CC_FLAGS = -O3 -DNDEBUG +DEBUG_CFLAGS = -g -Wall -Werror -Wno-pointer-sign +RELEASE_CFLAGS = -O3 -DNDEBUG LDFLAGS =