From ace4f0f63a021c0c28ae9df559766ca0f2aeeac3 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 18 Jul 2002 00:48:44 +0000
Subject: [PATCH] Disable optimizations in debug Kylix build.

---
 src/sbbs3/GNUmakefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/GNUmakefile b/src/sbbs3/GNUmakefile
index ca2fc21bca..9cdc393557 100644
--- a/src/sbbs3/GNUmakefile
+++ b/src/sbbs3/GNUmakefile
@@ -18,7 +18,7 @@ DEBUG	=	1		# Comment out for release (non-debug) version
 ifdef bcc
 CC		=	bc++ -q
 LD		=	ilink -q
-CFLAGS 	=	-D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -w-aus -O2
+CFLAGS 	=	-D__unix__ -w-csu -w-pch -w-ccc -w-rch -w-par -w-aus
 else
 CC		=	gcc
 LD		=	ld
@@ -70,7 +70,7 @@ endif
 
 ifdef DEBUG
 ifdef bcc
-CFLAGS	+=	-y -v
+CFLAGS	+=	-y -v -Od
 else
 CFLAGS	+=	-g
 endif
-- 
GitLab