Review makefiles debug flag

This commit is contained in:
raysan5
2021-12-21 12:24:03 +01:00
parent dcb0e62095
commit 22d0baa896
2 changed files with 2 additions and 2 deletions

View File

@@ -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)