summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1997-07-30 03:13:44 +0000
committerTheodore Tso <tytso@mit.edu>1997-07-30 03:13:44 +0000
commita16468c1e07f22e911f070f50d64de349d6a5e4a (patch)
tree0ca2fcba1644059a8b8fee8367b585fc470492e5 /src
parent8414ce52c49d41c39703067f5974f040364acfb0 (diff)
downloadkrb5-a16468c1e07f22e911f070f50d64de349d6a5e4a.tar.gz
krb5-a16468c1e07f22e911f070f50d64de349d6a5e4a.tar.xz
krb5-a16468c1e07f22e911f070f50d64de349d6a5e4a.zip
Add documentation describing the /MD flag in the Win32 CFLAGS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10144 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/windows.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/windows.in b/src/config/windows.in
index 9ca84c84b..cb3315b03 100644
--- a/src/config/windows.in
+++ b/src/config/windows.in
@@ -48,6 +48,7 @@ CFLAGS2 = $(CCOPTS2) $(DEFS)
# /Os optimize for space. FIXME: Do not use /Ox; it miscompiles the DES lib!
# /G2 generate 286 instructions (it complains if you ask for 386!)
# /Od disable optimization (for debugging)
+# /MD (Win32) thread safe, ML would be single threaded, don't build with ML
DBG_LIB=/nologo /Zp /ALw /GD /Gs /Os /G2 /Zi /Od
# /Zi gives debug info in each object file.