Skip to content

Commit

Permalink
don't use MSVC static runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Sep 11, 2021
1 parent fccc146 commit 7a0362d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/llvm-distribution.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ set(LLVM_INCLUDE_GO_TESTS OFF CACHE BOOL "")
set(LLVM_BUILD_LLVM_C_DYLIB OFF CACHE BOOL "")
set(LLVM_BUILD_32_BITS OFF CACHE BOOL "")

if(WIN32)
set(LLVM_USE_CRT_RELEASE "MT" CACHE STRING "")
endif()

set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
set(CMAKE_BUILD_TYPE Release CACHE STRING "")

Expand Down

0 comments on commit 7a0362d

Please sign in to comment.