summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-07 09:04:40 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-07 09:04:40 (GMT)
commitfdab75d4ad2914911f526b54010d5e93f6829090 (patch)
treef02913e4b77f3c479e1642bba10d630c1ce02d02 /autoconf
parenteca5d80455308f9314bd793dc54f432a0994ea99 (diff)
downloadswift-fdab75d4ad2914911f526b54010d5e93f6829090.zip
swift-fdab75d4ad2914911f526b54010d5e93f6829090.tar.bz2
Link against MSVCRTD if configured with debug.
Diffstat (limited to 'autoconf')
-rwxr-xr-xautoconf/cccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/cccl b/autoconf/cccl
index 14c35a7..86eda96 100755
--- a/autoconf/cccl
+++ b/autoconf/cccl
@@ -89,7 +89,7 @@ EOF
-g[0-9] | -g)
# cl only supports one debugging level
- clopt="$clopt ${slash}Zi"
+ clopt="$clopt ${slash}Zi ${slash}MDd"
;;
-L*)