I would like to debug Clang but avoid having to build LLVM with debug symbols
enabled due to the size of the debug build which causes problems on the target
system where I want to debug due to disk constraints.
Is it possible to build LLVM and Clang but enable debug symbols for Clang only?
If yes, how?
Adrian
PS: I'm only receiving digests on this list, so please keep me CC'ed.
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - glau...@debian.org
`. `' Freie Universitaet Berlin - glau...@physik.fu-berlin.de
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
On 7/6/20 4:13 PM, Alexey Zhikhartsev wrote:
> This should help:
> http://lists.llvm.org/pipermail/llvm-dev/2019-August/134606.html
Thanks. Exactly what I was looking for.
Kind Regards,
Adrian