Skip to content

Commit

Permalink
build script: update llvm flags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Jan 29, 2023
1 parent afd5fa0 commit 4f71011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ cmake "$ROOTDIR/llvm" \
-DLLVM_ENABLE_PROJECTS="lld;clang" \
-DLLVM_ENABLE_LIBXML2=OFF \
-DLLVM_ENABLE_ZSTD=OFF \
-DLLVM_INCLUDE_UTILS=OFF \
-DLLVM_INCLUDE_TESTS=OFF \
-DLLVM_INCLUDE_GO_TESTS=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
-DLLVM_INCLUDE_BENCHMARKS=OFF \
-DLLVM_INCLUDE_DOCS=OFF \
Expand Down Expand Up @@ -163,7 +163,6 @@ cmake "$ROOTDIR/llvm" \
-DLLVM_BUILD_STATIC=ON \
-DLLVM_INCLUDE_UTILS=OFF \
-DLLVM_INCLUDE_TESTS=OFF \
-DLLVM_INCLUDE_GO_TESTS=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
-DLLVM_INCLUDE_BENCHMARKS=OFF \
-DLLVM_INCLUDE_DOCS=OFF \
Expand Down

0 comments on commit 4f71011

Please sign in to comment.