diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-20 17:09:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-20 17:09:54 +0000 |
commit | 4c2665ee11566e790f66e94402e18e70e30d3cb2 (patch) | |
tree | 5b875d0a97cc2bf00ecc5865c314dfb8613b1d4c /include | |
parent | a6de7fd5a430b690b050e7e9a71ca67771348989 (diff) | |
download | ATCD-4c2665ee11566e790f66e94402e18e70e30d3cb2.tar.gz |
ChangeLogTag: Tue Jan 20 17:01:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/compiler.bor | 4 |
1 files changed, 4 insertions, 0 deletions
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 |