From ffc8df5bc764c3ce34e938abd34943bcf61687fd Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sun, 7 Feb 2016 17:32:26 -0800 Subject: Switch to live CLI build This reverts commit 374d1f1f2d901b4ef1096fbac2bb3da85e73949e. This reverts commit 81fe8e5d944fdbe2560815f4aead1ab4a447fb5a. This reverts commit 3d2d89e793d1588e1aa7d2273fc880ae208352f5. This reverts commit a1f2ba2cae2dac1d134ae9afd60462cf57dde3c3. --- src/Native/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Native/CMakeLists.txt') diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index 94e2d7bd4..83ccad224 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -179,8 +179,9 @@ endfunction(convert_to_absolute_path) if(WIN32) add_definitions(-DUNICODE=1) add_compile_options($<$:-DDEBUG>) + add_compile_options($<$:/MTd>) + add_compile_options($<$:/MT>) add_compile_options(/Zi) # enable debugging information - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /PDBCOMPRESS") #shrink pdb size set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /DEBUG") else(WIN32) string(TOUPPER ${CMAKE_BUILD_TYPE} UPPERCASE_CMAKE_BUILD_TYPE) -- cgit v1.2.3