summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-18 19:44:13 +0200
committeriurii plugatarov <[email protected]>2024-08-18 19:44:13 +0200
commit05aa5178f7b0cf0962d4125a6a0af76a972150f2 (patch)
treedae1b4c8a6db849ea302947d1bdac632c31e9964 /Makefile
parent054ed4d4ff5b5cdcd6b813e9821912742ea6a654 (diff)
downloadfunhalla-05aa5178f7b0cf0962d4125a6a0af76a972150f2.tar.gz
light
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f97b46..fe271cc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ release: $(OUT_DIR_RELEASE)/$(PROGRAM_NAME)
 # Rule for building the debug version
 $(OUT_DIR_DEBUG)/$(PROGRAM_NAME): $(SRC_DIR)/*.odin
 	@mkdir -p $(OUT_DIR_DEBUG)
-	$(ODIN) build $(SRC_DIR) -out:$(OUT_DIR_DEBUG)/$(PROGRAM_NAME) --debug
+	$(ODIN) build $(SRC_DIR) -out:$(OUT_DIR_DEBUG)/$(PROGRAM_NAME) --debug -define:GL_DEBUG=true
 
 # Rule for building the release version
 $(OUT_DIR_RELEASE)/$(PROGRAM_NAME): $(SRC_DIR)/*.odin