Skip to content
Snippets Groups Projects
Commit 2f59900e authored by deuce's avatar deuce
Browse files

For debug builds, define OD_DEBUG for ASSERT() macro.

parent 986a5921
Branches
Tags
No related merge requests found
......@@ -56,7 +56,7 @@ EXEDIR := exe-$(OS)/
LD := gcc
ifdef DEBUG
CFLAGS += -g
CFLAGS += -g -DOD_DEBUG
BUILDTYPE := debug
else
BUILDTYPE := release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment