summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-11-01 18:06:52 +0100
committerJens Geyer <jensg@apache.org>2020-11-01 18:08:38 +0100
commitdca58db2b0bd101d4c2ea83bd6cd8eca0e886751 (patch)
tree93016c7e04ca6be32150b28c4f44b3bd49a7ba71
parent997e2d42db27e606bd67be6c91af5e6ef11434aa (diff)
downloadthrift-dca58db2b0bd101d4c2ea83bd6cd8eca0e886751.tar.gz
THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538
-rw-r--r--compiler/cpp/compiler.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj
index 53574b280..dc9793f57 100644
--- a/compiler/cpp/compiler.vcxproj
+++ b/compiler/cpp/compiler.vcxproj
@@ -171,7 +171,7 @@
<PreprocessorDefinitions>WIN32;MINGW;YY_NO_UNISTD_H;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ForcedIncludeFiles>thrift\windows\config.h</ForcedIncludeFiles>
<CompileAs>CompileAsCpp</CompileAs>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>