9 Jul
2018
9 Jul
'18
12:51 p.m.
degski wrote:
On 9 July 2018 at 15:35, Peter Dimov via Boost
wrote: 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>", ...
Using lld will work for shared but static libraries will still fail.