projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8414ce5
)
Add documentation describing the /MD flag in the Win32 CFLAGS
author
Theodore Tso
<tytso@mit.edu>
Wed, 30 Jul 1997 03:13:44 +0000
(
03:13
+0000)
committer
Theodore Tso
<tytso@mit.edu>
Wed, 30 Jul 1997 03:13:44 +0000
(
03:13
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10144
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/windows.in
patch
|
blob
|
history
diff --git
a/src/config/windows.in
b/src/config/windows.in
index 9ca84c84b6cc2050b951e11d173931b1bcac4603..cb3315b03d6acaa3ac0997a073d21d177a5eb2bc 100644
(file)
--- 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.