<https://webkit.org/b/138286>
<rdar://problem/
18847087>
Reviewed by Dan Bernstein.
* Configurations/bmalloc.xcconfig: Set STRIP_INSTALLED_PRODUCT
to NO for the target that produces libbmalloc.a so that the
debug symbols will be linked into JavaScriptCore and end up in
its dSYM file.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@175455
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-11-01 David Kilzer <ddkilzer@apple.com>
+
+ JavaScriptCore is missing debug info for bmalloc because libbmalloc.a is stripped
+ <https://webkit.org/b/138286>
+ <rdar://problem/18847087>
+
+ Reviewed by Dan Bernstein.
+
+ * Configurations/bmalloc.xcconfig: Set STRIP_INSTALLED_PRODUCT
+ to NO for the target that produces libbmalloc.a so that the
+ debug symbols will be linked into JavaScriptCore and end up in
+ its dSYM file.
+
2014-10-30 Dana Burkart <dburkart@apple.com>
<rdar://problem/18821260> Prepare for the mysterious future
PRODUCT_NAME = bmalloc;
GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+STRIP_INSTALLED_PRODUCT = NO;