Skip to content

Commit

Permalink
Changed LLVM build from MinSizeRel to Release to include install of h…
Browse files Browse the repository at this point in the history
…eaders
  • Loading branch information
dslm4515 committed Jun 19, 2021
1 parent 1d294be commit 00ffe39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-chroot/026-llvm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export CFLAGS=" -g -g1"
export CXXFLAGS=" -g -g1"

cmake -B build -G Ninja \
-DCMAKE_BUILD_TYPE=MinSizeRel \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
-DLLVM_LINK_LLVM_DYLIB=ON \
Expand Down

0 comments on commit 00ffe39

Please sign in to comment.