Skip to content

Commit

Permalink
Disable ZLIB and XML2 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed May 19, 2018
1 parent bcdab42 commit c2bf72a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ fi
# We want a build with no bindings
CMAKE_FLAGS="${CMAKE_FLAGS} -DLLVM_BINDINGS_LIST=\"\" "
# Turn off ZLIB and XML2
CMAKE_FLAGS="${CMAKE_FLAGS} -DLLVM_ENABLE_ZLIB=OFF"
CMAKE_FLAGS="${CMAKE_FLAGS} -DLLVM_ENABLE_XML2=OFF"
# Disable useless things like docs, terminfo, etc....
CMAKE_FLAGS="${CMAKE_FLAGS} -DLLVM_INCLUDE_DOCS=Off"
CMAKE_FLAGS="${CMAKE_FLAGS} -DLLVM_ENABLE_TERMINFO=Off"
Expand Down

0 comments on commit c2bf72a

Please sign in to comment.