mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 02:24:36 +00:00
Review makefiles debug flag
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user