···270270 # Disables building of shared libs, -fPIC is still injected by cc-wrapper
271271 "-DLLVM_ENABLE_PIC=OFF"
272272 "-DLLVM_BUILD_STATIC=ON"
273273+ "-DLLVM_LINK_LLVM_DYLIB=off"
273274 # libxml2 needs to be disabled because the LLVM build system ignores its .la
274275 # file and doesn't link zlib as well.
275276 # https://github.com/ClangBuiltLinux/tc-build/issues/150#issuecomment-845418812