Skip to content

Commit

Permalink
llvm: Build with LLVM_ENABLE_LIBXML2=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Sep 11, 2021
1 parent e0a1424 commit b093ba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lang/llvm/package.mk
Expand Up @@ -34,6 +34,7 @@ PKG_CMAKE_OPTS_COMMON="-DCMAKE_BUILD_TYPE=MinSizeRel \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DLLVM_ENABLE_WERROR=OFF \
-DLLVM_ENABLE_ZLIB=ON \
-DLLVM_ENABLE_LIBXML2=OFF \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_OPTIMIZED_TABLEGEN=ON \
Expand Down

0 comments on commit b093ba8

Please sign in to comment.