Merge pull request #122 from rvandermeulen/1014976
Don't make --enable-debug imply using the debug CRT in libffi
This commit is contained in:
6
msvcc.sh
6
msvcc.sh
@@ -105,9 +105,13 @@ do
|
|||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
-DFFI_DEBUG)
|
-DFFI_DEBUG)
|
||||||
# Link against debug CRT and enable runtime error checks.
|
# Enable runtime error checks.
|
||||||
args="$args -RTC1"
|
args="$args -RTC1"
|
||||||
defines="$defines $1"
|
defines="$defines $1"
|
||||||
|
shift 1
|
||||||
|
;;
|
||||||
|
-DUSE_DEBUG_RTL)
|
||||||
|
# Link against debug CRT.
|
||||||
md=-MDd
|
md=-MDd
|
||||||
shift 1
|
shift 1
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user