Skip to content

Commit

Permalink
Turn off zlib so we don't have to link it.
Browse files Browse the repository at this point in the history
(Also, we don't use it, as far as I can tell.)
  • Loading branch information
luciansmith committed Jun 17, 2022
1 parent f1a4100 commit fbcbfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ else()
option(LLVM_ENABLE_THREADS "Use threads if available." ON)
endif()

set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "Use zlib for compression/decompression if available. Can be ON, OFF, or FORCE_ON")
set(LLVM_ENABLE_ZLIB "OFF" CACHE STRING "Use zlib for compression/decompression if available. Can be ON, OFF, or FORCE_ON")

set(LLVM_Z3_INSTALL_DIR "" CACHE STRING "Install directory of the Z3 solver.")

Expand Down

0 comments on commit fbcbfe7

Please sign in to comment.