On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson
<bumblebritche...@gmail.com> wrote:
>> Don't forget to compile (everything if possible, but especially LLVM) as a
>> shared library on Windows.
>
> the installed toolchain is about 10 times bigger than the executable,
> because the static library is being compressed, which means on disk it's
> taking up far more space than it needs.

If we had a way of building e.g. at least LLVM as a dll, maybe we
could do this, but currently the binaries are all statically linked
and there is no plan to change this.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to