Ignore:
Timestamp:
Aug 15, 2006, 4:31:46 PM (19 years ago)
Author:
thatcher
Message:

JavaScriptCore:

Reviewed by Tim H.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10394
Bug 10394: WebKit Release and Production configurations should enable dead code stripping

JavaScriptGlue:

Reviewed by Tim H.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10394
Bug 10394: WebKit Release and Production configurations should enable dead code stripping

  • JavaScriptGlue.xcodeproj/project.pbxproj:

WebCore:

Reviewed by Tim H.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10394
Bug 10394: WebKit Release and Production configurations should enable dead code stripping

  • WebCore.xcodeproj/project.pbxproj:

WebKit:

Reviewed by Tim H.

http://bugzilla.opendarwin.org/show_bug.cgi?id=10394
Bug 10394: WebKit Release and Production configurations should enable dead code stripping

  • WebKit.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r15880 r15893  
    17871787                        isa = XCBuildConfiguration;
    17881788                        buildSettings = {
     1789                                DEAD_CODE_STRIPPING = YES;
    17891790                                DEBUG_INFORMATION_FORMAT = dwarf;
     1791                                GCC_DEBUGGING_SYMBOLS = full;
    17901792                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    17911793                                GCC_ENABLE_CPP_RTTI = NO;
     
    18281830                        isa = XCBuildConfiguration;
    18291831                        buildSettings = {
     1832                                DEAD_CODE_STRIPPING = YES;
     1833                                GCC_DEBUGGING_SYMBOLS = full;
    18301834                                GCC_ENABLE_CPP_EXCEPTIONS = NO;
    18311835                                GCC_ENABLE_CPP_RTTI = NO;
Note: See TracChangeset for help on using the changeset viewer.