Merge pull request #122 from rvandermeulen/1014976

Don't make --enable-debug imply using the debug CRT in libffi
This commit is contained in:
Anthony Green
2014-06-06 08:24:35 -04:00

View File

@@ -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
;; ;;