From 360aa8ca1ead2fdaefa7b1c6f01ad001d8abae7e Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Mon, 2 Jun 2014 09:21:10 -0400 Subject: Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi. --- msvcc.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'msvcc.sh') diff --git a/msvcc.sh b/msvcc.sh index 7440deb..9208076 100755 --- a/msvcc.sh +++ b/msvcc.sh @@ -105,9 +105,13 @@ do shift 1 ;; -DFFI_DEBUG) - # Link against debug CRT and enable runtime error checks. + # Enable runtime error checks. args="$args -RTC1" defines="$defines $1" + shift 1 + ;; + -DUSE_DEBUG_RTL) + # Link against debug CRT. md=-MDd shift 1 ;; -- cgit v1.2.1