summaryrefslogtreecommitdiff
path: root/msvcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'msvcc.sh')
-rwxr-xr-xmsvcc.sh6
1 files changed, 5 insertions, 1 deletions
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
;;