Displaying 2 results from an estimated 2 matches for "7888c0ea".
2016 Oct 18
3
[help] How to speed up compilation?
On 18 October 2016 at 07:51, Renato Golin via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> A few hints:
Another one for debug builds on Linux is using split debug info:
-DLLVM_USE_SPLIT_DWARF=ON. This speeds up links dramatically (and
reduces memory consumption) as long as you've got a new enough gdb (I
think lldb is still not quite up to it). It has no effect on macOS
though,
2016 Oct 18
3
[help] How to speed up compilation?
...LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
>
--
Best, Sung
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161018/7888c0ea/attachment.html>