From 89f1b6bd8656999ce9642c1db95c78c48b6f0934 Mon Sep 17 00:00:00 2001 From: Laurent Van Migroet <l.vanmiegroet@ulg.ac.be> Date: Tue, 12 Feb 2008 17:44:27 +0000 Subject: [PATCH] add /MTd to default CXX --- variables.msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.msvc b/variables.msvc index 7e7cda4cb2..f0e95a8187 100644 --- a/variables.msvc +++ b/variables.msvc @@ -10,7 +10,7 @@ HOSTNAME=localhost # The names of the C and C++ compilers CC=cl -CXX=cl /EHsc /nologo /GR +CXX=cl /EHsc /nologo /GR /MTd # Add /MLd for single-thread debug mode # /MTd for multi-thread debug mode -- GitLab