From 22d0baa896cfc6596b43d79cc3642b2ea3118cea Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 21 Dec 2021 12:24:03 +0100 Subject: Review makefiles debug flag --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 67ed2f84..1eef421a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -283,7 +283,7 @@ ifeq ($(PLATFORM_OS), LINUX) endif ifeq ($(RAYLIB_BUILD_MODE),DEBUG) - CFLAGS += -g + CFLAGS += -g -D_DEBUG endif ifeq ($(RAYLIB_BUILD_MODE),RELEASE) -- cgit v1.2.3