From 4c2665ee11566e790f66e94402e18e70e30d3cb2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 20 Jan 2004 17:09:54 +0000 Subject: ChangeLogTag: Tue Jan 20 17:01:11 UTC 2004 Johnny Willemsen --- include/makeinclude/compiler.bor | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index c4989711def..e26d8307fd1 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -72,7 +72,11 @@ DEBUG_CFLAGS = -v -y -Od -r- -vi- -k -D_DEBUG -DACE_NO_INLINE=1 DEBUG_LFLAGS = -v !endif !else +!if $(BCBVER) == 6 +DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG +!else DEBUG_CFLAGS = -O2 -DNDEBUG +!endif DEBUG_LFLAGS = !endif -- cgit v1.2.1