Added -d key (merge duplicate strings) to to compiler keys string.

This commit is contained in:
Nickolay Yurchenko 2003-07-25 21:55:35 +00:00
parent 3835406920
commit 3f7cddc770

View file

@ -43,13 +43,14 @@ BINDIR=e:\devel\bcb5\cbuilder5\bin
CC=$(BINDIR)\bcc32
CCFLAGS=-q -Q -tWC -c -O2 -A -w-8057
CCFLAGS=-q -Q -tWC -c -O2 -A -d -w-8057
# /q: Suppress compiler identification banner
# /Q: Extended compiler error information
# /-tWC: Windows console mode application
# /c: Compile, do not link
# /O2: Optimize for speed
# /A: ANSI compatible code only
# /d: Merge duplicate strings
# /-w-8057: Turn off "Parameter <param> never used in function <func>" warning
LINK=$(BINDIR)\ilink32