default build type is now DEBUG
This commit is contained in:
parent
b6b0c5091b
commit
716d928613
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ CFLAGS := -Wall -Wextra -std=c99 -pedantic
|
||||||
LIBS := -lm
|
LIBS := -lm
|
||||||
# Can be gl or vk
|
# Can be gl or vk
|
||||||
GRAPHICS_BACKEND := vk
|
GRAPHICS_BACKEND := vk
|
||||||
|
DEBUG_BUILD=1
|
||||||
PLATFORM := $(shell uname)
|
PLATFORM := $(shell uname)
|
||||||
|
|
||||||
ifeq (${GRAPHICS_BACKEND},gl)
|
ifeq (${GRAPHICS_BACKEND},gl)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue