xref: /freebsd/tools/build/options/WITH_LLVM_LINK_STATIC_LIBRARIES (revision 8d5a11cd0137d3ad70f6b06e063ea91a776d510a)
1Link LLVM libraries (libllvm, libclang, liblldb) statically into each of
2the binaries that use them.
3
4This means that binaries linked against these libraries, such as clang,
5ld.lld and lldb will be much larger and position dependent, but will
6start more quickly.
7