This is an automated email from the ASF dual-hosted git repository. jensg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/thrift.git
commit dca58db2b0bd101d4c2ea83bd6cd8eca0e886751 Author: Jens Geyer <[email protected]> AuthorDate: Sun Nov 1 18:06:52 2020 +0100 THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 --- compiler/cpp/compiler.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/cpp/compiler.vcxproj b/compiler/cpp/compiler.vcxproj index 53574b2..dc9793f 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>
