summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-17 12:36:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-17 12:36:07 +0000
commit06c9cb85b0205b039a61173da8294d8db0e039fc (patch)
treea4e1c5ac6ee81b9d0eea343e8ab92604dffb49fb /include
parent3654ad953ee69b083aadfff4dba38d74fa0186d5 (diff)
downloadATCD-06c9cb85b0205b039a61173da8294d8db0e039fc.tar.gz
ChangeLogTag: Thu Nov 17 12:12:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/compiler.bor6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor
index 5fbe5ad89a5..87a3edcc96e 100644
--- a/include/makeinclude/compiler.bor
+++ b/include/makeinclude/compiler.bor
@@ -92,11 +92,11 @@ DEBUG_LFLAGS = -v -L$(BCB)\lib\debug
!endif
!else
!if $(BCBVER) == 6 || $(BCBVER) == 5
-DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG -L$(BCB)\lib\release
+DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG
!else
-DEBUG_CFLAGS = -O2 -DNDEBUG -L$(BCB)\lib\release
+DEBUG_CFLAGS = -O2 -DNDEBUG
!endif
-DEBUG_LFLAGS =
+DEBUG_LFLAGS = -L$(BCB)\lib\release
!endif
!ifdef STATIC