Explorar el Código

Review makefiles debug flag

pull/2236/head
raysan5 hace 3 años
padre
commit
22d0baa896
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      examples/Makefile
  2. +1
    -1
      src/Makefile

+ 1
- 1
examples/Makefile Ver fichero

@ -204,7 +204,7 @@ endif
CFLAGS += -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -Wunused-result
ifeq ($(BUILD_MODE),DEBUG)
CFLAGS += -g
CFLAGS += -g -D_DEBUG
ifeq ($(PLATFORM),PLATFORM_WEB)
CFLAGS += -s ASSERTIONS=1 --profiling
endif

+ 1
- 1
src/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar