Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thegecko authored Sep 24, 2024
1 parent 6ad5e9a commit 5398508
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ cmake -B llvm-build -S llvm-src/llvm \
-DLLVM_BUILD_STATIC=ON \
-DLLVM_ENABLE_THREADS=OFF \
-DLLVM_BUILD_RUNTIME=OFF \
-DLLVM_INCLUDE_UTILS=OFF \
-DLLVM_BUILD_UTILS=OFF \
-DLLVM_INCLUDE_RUNTIMES=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
-DLLVM_INCLUDE_TESTS=OFF \
Expand Down Expand Up @@ -212,7 +210,6 @@ cmake -B llvm-build -S llvm-src/llvm \
-DCLANG_TOOL_CLANG_INSTALLAPI_BUILD=OFF \
-DCLANG_BUILD_EXAMPLES=OFF \
-DCLANG_INCLUDE_DOCS=OFF \
-DCLANG_LINKS_TO_CREATE="clang;clang++" \
-DCMAKE_INSTALL_PREFIX=llvm-prefix
# The "all" target still contains far too much stuff, even given all the options above, so build
# only Clang/LLD, explicitly. For the same reason using the "install" target is infeasible.
Expand Down

0 comments on commit 5398508

Please sign in to comment.