Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi.

This commit is contained in:
Mike Hommey
2014-06-02 09:21:10 -04:00
committed by Ryan VanderMeulen
parent 69289c10b0
commit 360aa8ca1e

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