diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-27 11:33:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-02-27 11:33:12 +0000 |
commit | 53bf1c707eed5e33dcc7d657049830e1dd759103 (patch) | |
tree | 173ed9648e22c12f09aa3c190aaac9fcaf8cf587 /include | |
parent | fd293a0461d4a18667df3d8a70712daef24a60ab (diff) | |
download | ATCD-53bf1c707eed5e33dcc7d657049830e1dd759103.tar.gz |
ChangeLogTag: Fri Feb 27 11:33:43 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/compiler.bor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor index 157ed143943..26d2c914198 100644 --- a/include/makeinclude/compiler.bor +++ b/include/makeinclude/compiler.bor @@ -72,7 +72,7 @@ DEBUG_CFLAGS = -v -y -Od -r- -vi- -k -D_DEBUG -DACE_NO_INLINE=1 DEBUG_LFLAGS = -v !endif !else -!if $(BCBVER) == 6 +!if $(BCBVER) == 6 || $(BCBVER) == 5 DEBUG_CFLAGS = -OS -Ov -Og -DNDEBUG !else DEBUG_CFLAGS = -O2 -DNDEBUG |