Building
So, does that mean that if I install
If so, any particular downsides to this approach? Am I likely to get frequently failing builds?
llvm
and clang
takes a long time. I see there is a WITHOUT_CLANG
option mentioned in src.conf(5):
Code:
WITHOUT_CLANG
Do not build the Clang C/C++ compiler during the regular phase of
the build. When set, it enforces these options:
WITHOUT_CLANG_EXTRAS
WITHOUT_CLANG_FORMAT
WITHOUT_CLANG_FULL
WITHOUT_LLVM_COV
So, does that mean that if I install
clang
and llvm
from packages, then the build process would use those instead?If so, any particular downsides to this approach? Am I likely to get frequently failing builds?
Last edited by a moderator: