From 2f59900e2e3e69499ad7f9a45076c02f87ade306 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 21 Dec 2005 16:26:32 +0000 Subject: [PATCH] For debug builds, define OD_DEBUG for ASSERT() macro. --- src/odoors/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/odoors/GNUmakefile b/src/odoors/GNUmakefile index 16801dcfc0..b2ee643933 100644 --- a/src/odoors/GNUmakefile +++ b/src/odoors/GNUmakefile @@ -56,7 +56,7 @@ EXEDIR := exe-$(OS)/ LD := gcc ifdef DEBUG - CFLAGS += -g + CFLAGS += -g -DOD_DEBUG BUILDTYPE := debug else BUILDTYPE := release -- GitLab