diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/windows.in | 1 |
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. |
