Title: [102547] trunk/Source/_javascript_Core
Revision
102547
Author
gga...@apple.com
Date
2011-12-11 16:45:40 -0800 (Sun, 11 Dec 2011)

Log Message

Rolled out *another* debugging change I committed accidentally.

Unreviewed.

* Configurations/Base.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (102546 => 102547)


--- trunk/Source/_javascript_Core/ChangeLog	2011-12-12 00:40:09 UTC (rev 102546)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-12-12 00:45:40 UTC (rev 102547)
@@ -1,4 +1,12 @@
 2011-12-11  Geoffrey Garen  <gga...@apple.com>
+
+        Rolled out *another* debugging change I committed accidentally.
+
+        Unreviewed.
+
+        * Configurations/Base.xcconfig:
+
+2011-12-11  Geoffrey Garen  <gga...@apple.com>
         
         Rolled out a debug counter I committed accidentally.
 

Modified: trunk/Source/_javascript_Core/Configurations/Base.xcconfig (102546 => 102547)


--- trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2011-12-12 00:40:09 UTC (rev 102546)
+++ trunk/Source/_javascript_Core/Configurations/Base.xcconfig	2011-12-12 00:45:40 UTC (rev 102547)
@@ -24,7 +24,7 @@
 #include "CompilerVersion.xcconfig"
 
 COMPILER_SPECIFIC_WARNING_CFLAGS = $(COMPILER_SPECIFIC_WARNING_CFLAGS_$(TARGET_GCC_VERSION));
-COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = ;
+COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = -Wglobal-constructors -Wexit-time-destructors;
 
 CLANG_WARN_CXX0X_EXTENSIONS = NO;
 DEBUG_INFORMATION_FORMAT = dwarf;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to