Re: [lldb-dev] building only lldb with debug symbols

2018-06-28 Thread Jim Ingham via lldb-dev
If you are on macOS, then the Xcode build has a "Debug" configuration which builds clang/llvm Release+asserts with no debug info, and lldb at -O0 with debug info. Jim > On Jun 28, 2018, at 2:58 AM, Pavel Labath via lldb-dev > wrote: > > On Thu, 28 Jun 2018 at 04:34, Adrian Harris via lldb-d

Re: [lldb-dev] building only lldb with debug symbols

2018-06-28 Thread Pavel Labath via lldb-dev
On Thu, 28 Jun 2018 at 04:34, Adrian Harris via lldb-dev wrote: > > Hi Everyone, > > I'm writing a gdb-server for a new architecture and need to be able to debug > lldb to track down issues. Unfortunately disk space is tight here and the > llvm debug build consumes north of 40Gb with debug symbo

[lldb-dev] building only lldb with debug symbols

2018-06-27 Thread Adrian Harris via lldb-dev
Hi Everyone, I'm writing a gdb-server for a new architecture and need to be able to debug lldb to track down issues. Unfortunately disk space is tight here and the llvm debug build consumes north of 40Gb with debug symbols. Is there any way to build *only* lldb with debug symbols (and no optimi