diff options
| author | Remko Tronçon <git@el-tramo.be> | 2009-06-07 09:04:40 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2009-06-07 09:04:40 (GMT) | 
| commit | fdab75d4ad2914911f526b54010d5e93f6829090 (patch) | |
| tree | f02913e4b77f3c479e1642bba10d630c1ce02d02 | |
| parent | eca5d80455308f9314bd793dc54f432a0994ea99 (diff) | |
| download | swift-contrib-fdab75d4ad2914911f526b54010d5e93f6829090.zip swift-contrib-fdab75d4ad2914911f526b54010d5e93f6829090.tar.bz2  | |
Link against MSVCRTD if configured with debug.
| -rwxr-xr-x | autoconf/cccl | 2 | 
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*)  | 
 Swift