Title: [173036] trunk/Source/WTF
Revision
173036
Author
mr...@apple.com
Date
2014-08-27 17:03:25 -0700 (Wed, 27 Aug 2014)

Log Message

_javascript_Core is missing debug info for WTF because libWTF.a is stripped.
<https://webkit.org/b/136320> / <rdar://problem/18148776>

Reviewed by Dan Bernstein.

* Configurations/WTF.xcconfig: Set STRIP_INSTALLED_PRODUCT = NO for the target
that produces libWTF.a so that the debug symbols will be linked into _javascript_Core
and end up in its dSYM file.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (173035 => 173036)


--- trunk/Source/WTF/ChangeLog	2014-08-27 23:57:12 UTC (rev 173035)
+++ trunk/Source/WTF/ChangeLog	2014-08-28 00:03:25 UTC (rev 173036)
@@ -1,3 +1,14 @@
+2014-08-27  Mark Rowe  <mr...@apple.com>
+
+        _javascript_Core is missing debug info for WTF because libWTF.a is stripped.
+        <https://webkit.org/b/136320> / <rdar://problem/18148776>
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/WTF.xcconfig: Set STRIP_INSTALLED_PRODUCT = NO for the target
+        that produces libWTF.a so that the debug symbols will be linked into _javascript_Core
+        and end up in its dSYM file.
+
 2014-08-26  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r172940.

Modified: trunk/Source/WTF/Configurations/WTF.xcconfig (173035 => 173036)


--- trunk/Source/WTF/Configurations/WTF.xcconfig	2014-08-27 23:57:12 UTC (rev 173035)
+++ trunk/Source/WTF/Configurations/WTF.xcconfig	2014-08-28 00:03:25 UTC (rev 173036)
@@ -26,3 +26,4 @@
 PRODUCT_NAME = WTF;
 
 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+STRIP_INSTALLED_PRODUCT = NO;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to