Skip to content

Commit

Permalink
Removal of cmake option -DLLVM_INSTALL_TOOLCHAIN_ONLY=ON allows llvm …
Browse files Browse the repository at this point in the history
…headers to install, per @andzai1995
  • Loading branch information
dslm4515 committed Jun 22, 2021
1 parent 00ffe39 commit fe18c5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 3-chroot/026-llvm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export CXXFLAGS=" -g -g1"
cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_BUILD_TESTS=OFF \
Expand Down

0 comments on commit fe18c5a

Please sign in to comment.