9 Jul
2018
9 Jul
'18
12:47 p.m.
On 9 July 2018 at 15:35, Peter Dimov via Boost
because the clang-linux toolset tries to use `ar` and `ranlib` for static libraries, and passes ld-style options to link.exe for DLLs.
That's no problem, you have to pass "clang-cl -fuse-ld=lld -flto=thin <rest of options>", this way it will use lld and all the rest [this does not work in the VS IDE, though]. degski -- *"If something cannot go on forever, it will stop" - Herbert Stein*