summaryrefslogtreecommitdiff
path: root/Mkfiles
diff options
context:
space:
mode:
authorNickolay Yurchenko <unv@rbcmail.ru>2003-07-25 21:55:35 +0000
committerNickolay Yurchenko <unv@rbcmail.ru>2003-07-25 21:55:35 +0000
commit3f7cddc770785f98bb6c8b1958c5991cf8f5e665 (patch)
tree7ee77bccf0674cba01548754fec472a946d05106 /Mkfiles
parent3835406920c53daf54f55d65dcaf928cc7181ef2 (diff)
downloadnasm-3f7cddc770785f98bb6c8b1958c5991cf8f5e665.tar.gz
nasm-3f7cddc770785f98bb6c8b1958c5991cf8f5e665.tar.bz2
nasm-3f7cddc770785f98bb6c8b1958c5991cf8f5e665.zip
Added -d key (merge duplicate strings) to to compiler keys string.
Diffstat (limited to 'Mkfiles')
-rw-r--r--Mkfiles/Makefile.b323
1 files changed, 2 insertions, 1 deletions
diff --git a/Mkfiles/Makefile.b32 b/Mkfiles/Makefile.b32
index 548aa80..dec51ad 100644
--- a/Mkfiles/Makefile.b32
+++ b/Mkfiles/Makefile.b32
@@ -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