Ignore:
Timestamp:
Dec 11, 2011, 4:45:40 PM (14 years ago)
Author:
[email protected]
Message:

Rolled out *another* debugging change I committed accidentally.

Unreviewed.

  • Configurations/Base.xcconfig:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Configurations/Base.xcconfig

    r102545 r102547  
    2525
    2626COMPILER_SPECIFIC_WARNING_CFLAGS = $(COMPILER_SPECIFIC_WARNING_CFLAGS_$(TARGET_GCC_VERSION));
    27 COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = ;
     27COMPILER_SPECIFIC_WARNING_CFLAGS_LLVM_COMPILER = -Wglobal-constructors -Wexit-time-destructors;
    2828
    2929CLANG_WARN_CXX0X_EXTENSIONS = NO;
Note: See TracChangeset for help on using the changeset viewer.