Skip to content

Commit

Permalink
Re-enable zlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
shenhanc78 committed Jul 18, 2024
1 parent 16d7fbe commit 95603a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ function (build_llvm)
"Semicolon-separated list of LLVM targets to build, or \"all\".")
set (LLVM_ENABLE_ZSTD FORCE_ON)
set (LLVM_USE_STATIC_ZSTD TRUE CACHE BOOL "use static zstd")
set (LLVM_ENABLE_ZLIB OFF CACHE BOOL "enable zlib")
# terminfo is not needed by create_llvm_prof
set (LLVM_ENABLE_TERMINFO OFF CACHE BOOL "enable terminfo")
###
Expand Down

0 comments on commit 95603a8

Please sign in to comment.