File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 103
103
<_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Linux'" Include =' -DLLVM_EXTERNALIZE_DEBUGINFO_EXTENSION=dbg' />
104
104
<_LLVMBuildArgs Condition =" '$(BuildOS)' == 'OSX'" Include =' -DLLVM_EXTERNALIZE_DEBUGINFO_EXTENSION=dwarf -DLLVM_EXTERNALIZE_DEBUGINFO_FLATTEN=ON' />
105
105
<_LLVMBuildArgs Condition =" '$(BuildOS)' == 'FreeBSD'" Include =' -DLLVM_EXTERNALIZE_DEBUGINFO_EXTENSION=dbg' />
106
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Release'" Include =' -DLLVM_USE_CRT_DEBUG=MT' />
107
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Release'" Include =' -DLLVM_USE_CRT_RELEASE=MT' />
108
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Debug'" Include =' -DLLVM_USE_CRT_DEBUG=MTd' />
109
- <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Debug'" Include =' -DLLVM_USE_CRT_RELEASE=MTd' />
106
+ <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Release'" Include =' -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded' />
107
+ <_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT' and '$(Configuration)' == 'Debug'" Include =' -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreadedDebug' />
110
108
<_LLVMBuildArgs Condition =" '$(BuildOS)' == 'Windows_NT'" Include =' -DLLVM_NATIVE_TOOL_DIR=$(NativeTablegenDir)' />
111
109
<_LLVMBuildArgs Condition =" '$(BuildOS)' != 'Windows_NT'" Include =' -DLLVM_ENABLE_ZLIB=FORCE_ON' />
112
110
<_LLVMBuildArgs Condition =" '$(BuildOS)' != 'Windows_NT' and '$(LibsRoot)' != ''" Include =' -DZLIB_ROOT=$(LibsRoot)' />
You can’t perform that action at this time.
0 commit comments