[Lldb-commits] [PATCH] D12599: Only export public symbols with the cmake build.

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 4 01:47:32 PDT 2015


labath added a comment.

In http://reviews.llvm.org/D12599#239378, @tfiala wrote:

> 13% size decrease sounds nice!  Was that with a DebugAsserts build, optimized, or what?


This was a release build (-O3 -DNDEBUG). Size went down from ~58 to ~51 MB.

> tfiala, on Mac OS X with this change, the liblldb.dylib went from 58468408 to 53626572 bytes (release build).


Note that this applies to the cmake build on OSX. XCode build uses this already so the size should not be affected.


Repository:
  rL LLVM

http://reviews.llvm.org/D12599





More information about the lldb-commits mailing list