Skip to content

Commit

Permalink
Disable a lot of shared libraries in LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Jul 31, 2020
1 parent 053296e commit 371b173
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ set(LLVM_INCLUDE_TESTS OFF)
set(LLVM_INCLUDE_BENCHMARKS OFF)
set(LLVM_APPEND_VC_REV ON)
set(LLVM_ENABLE_RTTI ON)
set(LLVM_ENABLE_TERMINFO OFF)
set(LLVM_ENABLE_LIBXML2 OFF)
set(LLVM_ENABLE_LIBEDIT OFF)
set(LLVM_ENABLE_LIBPFM OFF)
set(LLVM_ENABLE_ZLIB OFF)
set(LLVM_STATIC_LINK_CXX_STDLIB ON)

add_definitions(-DANTLR4CPP_STATIC)
set(WITH_STATIC_CRT ON)
Expand Down

0 comments on commit 371b173

Please sign in to comment.