Title: [173185] branches/safari-600.1.4.11-branch/Source/WTF
Revision
173185
Author
[email protected]
Date
2014-09-02 14:18:03 -0700 (Tue, 02 Sep 2014)

Log Message

Merged r173036. <rdar://problem/18203609>

Modified Paths

Diff

Modified: branches/safari-600.1.4.11-branch/Source/WTF/ChangeLog (173184 => 173185)


--- branches/safari-600.1.4.11-branch/Source/WTF/ChangeLog	2014-09-02 20:20:25 UTC (rev 173184)
+++ branches/safari-600.1.4.11-branch/Source/WTF/ChangeLog	2014-09-02 21:18:03 UTC (rev 173185)
@@ -1,3 +1,18 @@
+2014-09-02  Babak Shafiei  <[email protected]>
+
+        Merge r173036.
+
+    2014-08-27  Mark Rowe  <[email protected]>
+
+            _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-07-17  Dean Jackson  <[email protected]>
 
         <rdar://problem/17675068> Disable some features on this branch.

Modified: branches/safari-600.1.4.11-branch/Source/WTF/Configurations/WTF.xcconfig (173184 => 173185)


--- branches/safari-600.1.4.11-branch/Source/WTF/Configurations/WTF.xcconfig	2014-09-02 20:20:25 UTC (rev 173184)
+++ branches/safari-600.1.4.11-branch/Source/WTF/Configurations/WTF.xcconfig	2014-09-02 21:18:03 UTC (rev 173185)
@@ -26,3 +26,4 @@
 PRODUCT_NAME = WTF;
 
 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+STRIP_INSTALLED_PRODUCT = NO;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to