Skip to content
Snippets Groups Projects
Commit 89f1b6bd authored by Laurent Van Migroet's avatar Laurent Van Migroet
Browse files

add /MTd to default CXX

parent edfe26c3
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ HOSTNAME=localhost ...@@ -10,7 +10,7 @@ HOSTNAME=localhost
# The names of the C and C++ compilers # The names of the C and C++ compilers
CC=cl CC=cl
CXX=cl /EHsc /nologo /GR CXX=cl /EHsc /nologo /GR /MTd
# Add /MLd for single-thread debug mode # Add /MLd for single-thread debug mode
# /MTd for multi-thread debug mode # /MTd for multi-thread debug mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment