Title: [138541] trunk/Source/WebCore
- Revision
- 138541
- Author
- [email protected]
- Date
- 2012-12-28 09:02:29 -0800 (Fri, 28 Dec 2012)
Log Message
Slightly clean up WebCore's Base.xcconfig
https://bugs.webkit.org/show_bug.cgi?id=105808
Reviewed by Sam Weinig.
* Configurations/Base.xcconfig: Simplify the definition of GCC_GENERATE_DEBUGGING_SYMBOLS,
which is always YES.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (138540 => 138541)
--- trunk/Source/WebCore/ChangeLog 2012-12-28 16:52:57 UTC (rev 138540)
+++ trunk/Source/WebCore/ChangeLog 2012-12-28 17:02:29 UTC (rev 138541)
@@ -1,3 +1,13 @@
+2012-12-28 Dan Bernstein <[email protected]>
+
+ Slightly clean up WebCore's Base.xcconfig
+ https://bugs.webkit.org/show_bug.cgi?id=105808
+
+ Reviewed by Sam Weinig.
+
+ * Configurations/Base.xcconfig: Simplify the definition of GCC_GENERATE_DEBUGGING_SYMBOLS,
+ which is always YES.
+
2012-12-28 Rafael Weinstein <[email protected]>
Heap-use-after-free in WebCore::HTMLConstructionSite::mergeAttributesFromTokenIntoElement
Modified: trunk/Source/WebCore/Configurations/Base.xcconfig (138540 => 138541)
--- trunk/Source/WebCore/Configurations/Base.xcconfig 2012-12-28 16:52:57 UTC (rev 138540)
+++ trunk/Source/WebCore/Configurations/Base.xcconfig 2012-12-28 17:02:29 UTC (rev 138541)
@@ -94,15 +94,7 @@
SQLITE3_HEADER_SEARCH_PATHS = $(SQLITE3_HEADER_SEARCH_PATHS_$(PLATFORM_NAME));
SQLITE3_HEADER_SEARCH_PATHS_macosx = $(SQLITE3_HEADER_SEARCH_PATHS_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-// FIXME: The size of the debug symbols generated for WebCore exceeds that which a 32-bit linker can deal with.
-// To allow the Leopard build bots to successfully compile WebCore we're disabling debug symbols in debug builds.
-GCC_GENERATE_DEBUGGING_SYMBOLS = $(GCC_GENERATE_DEBUGGING_SYMBOLS_$(PLATFORM_NAME));
-GCC_GENERATE_DEBUGGING_SYMBOLS_iphoneos = YES;
-GCC_GENERATE_DEBUGGING_SYMBOLS_iphonesimulator = YES;
-GCC_GENERATE_DEBUGGING_SYMBOLS_macosx = $(GCC_GENERATE_DEBUGGING_SYMBOLS_macosx_$(TARGET_MAC_OS_X_VERSION_MAJOR));
-GCC_GENERATE_DEBUGGING_SYMBOLS_macosx_1070 = YES;
-GCC_GENERATE_DEBUGGING_SYMBOLS_macosx_1080 = YES;
-GCC_GENERATE_DEBUGGING_SYMBOLS_macosx_1090 = YES;
+GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
TARGETING_SAME_OS_X_VERSION = $(TARGETING_SAME_OS_X_VERSION_$(MAC_OS_X_VERSION_MAJOR)_$(TARGET_MAC_OS_X_VERSION_MAJOR));
TARGETING_SAME_OS_X_VERSION_1070_1070 = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes