From a40f9c32b608b69a555e2bf8e5d7edc43f769223 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 11 May 2003 23:36:04 +0000
Subject: [PATCH] Default to a release build

---
 src/sbbs3/umonitor/GNUmakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sbbs3/umonitor/GNUmakefile b/src/sbbs3/umonitor/GNUmakefile
index 46419aadec..a612e6633d 100644
--- a/src/sbbs3/umonitor/GNUmakefile
+++ b/src/sbbs3/umonitor/GNUmakefile
@@ -14,9 +14,9 @@
 # $Id$
 
 # Macros
-ifndef DEBUG
- ifndef RELEASE
-  DEBUG	:=	1
+ifndef RELEASE
+ ifndef DEBUG
+  RELEASE	:=	1
  endif
 endif
 
-- 
GitLab