Title: [177724] trunk/Source/ThirdParty/ANGLE
- Revision
- 177724
- Author
- [email protected]
- Date
- 2014-12-24 15:10:21 -0800 (Wed, 24 Dec 2014)
Log Message
ANGLE extern symbols are not hidden by default, but should be
https://bugs.webkit.org/show_bug.cgi?id=139936
Reviewed by Mark Rowe.
* Configurations/Base.xcconfig: Changed GCC_SYMBOLS_PRIVATE_EXTERN to YES.
Modified Paths
Diff
Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (177723 => 177724)
--- trunk/Source/ThirdParty/ANGLE/ChangeLog 2014-12-24 22:39:50 UTC (rev 177723)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog 2014-12-24 23:10:21 UTC (rev 177724)
@@ -1,5 +1,14 @@
2014-12-24 Dan Bernstein <[email protected]>
+ ANGLE extern symbols are not hidden by default, but should be
+ https://bugs.webkit.org/show_bug.cgi?id=139936
+
+ Reviewed by Mark Rowe.
+
+ * Configurations/Base.xcconfig: Changed GCC_SYMBOLS_PRIVATE_EXTERN to YES.
+
+2014-12-24 Dan Bernstein <[email protected]>
+
Removed the Derived Sources target.
It has been empty since r159533.
Modified: trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig (177723 => 177724)
--- trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2014-12-24 22:39:50 UTC (rev 177723)
+++ trunk/Source/ThirdParty/ANGLE/Configurations/Base.xcconfig 2014-12-24 23:10:21 UTC (rev 177724)
@@ -28,7 +28,7 @@
GCC_OBJC_CALL_CXX_CDTORS = YES;
GCC_OPTIMIZATION_LEVEL = s;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
-GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+GCC_SYMBOLS_PRIVATE_EXTERN = YES;
GCC_THREADSAFE_STATICS = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes