Nuno Teixeira <eduardo_at_freebsd.org> wrote on Date: Wed, 24 Dec 2025 18:45:08 UTC :
> Just a quick question about users that run current with speed in their > minds, > should WITH_LLVM_LINK_STATIC_LIBRARIES be added to /etc/src.conf too? > > WITH_MALLOC_PRODUCTION=yes > WITHOUT_LLVM_ASSERTIONS=yes > WITHOUT_PTHREADS_ASSERTIONS=yes > WITHOUT_ASSERT_DEBUG=yes What my experiments and investigation of official port-package build times previously suggested was: ) Any poudriere jail worlds should have been built with WITH_LLVM_LINK_STATIC_LIBRARIES for that type of goal, as well as having those other settings. ) The toolchain used for most of an buildworld buildkernel activity should have been built with WITH_LLVM_LINK_STATIC_LIBRARIES for that type of goal, as well as having those other settings. As far as I know, the ports tree devel/llvm* do not have an analog of WITH_LLVM_LINK_STATIC_LIBRARIES (or the WITHOUT variant). === Mark Millard marklmi at yahoo.com
