Ignore:
Timestamp:
Sep 3, 2007, 2:56:30 AM (18 years ago)
Author:
bdash
Message:

2007-09-03 Mark Rowe <[email protected]>

Reviewed by Tim Hatcher.

<rdar://problem/5452164> Production build with in symbols directory has no debug info

Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.

  • Configurations/Base.xcconfig:
  • JavaScriptCore.xcodeproj/project.pbxproj:

2007-09-03 Mark Rowe <[email protected]>

Reviewed by Tim Hatcher.

<rdar://problem/5452164> Production build with in symbols directory has no debug info

Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.

  • Configurations/Base.xcconfig:
  • JavaScriptGlue.xcodeproj/project.pbxproj:

2007-09-03 Mark Rowe <[email protected]>

Reviewed by Tim Hatcher.

<rdar://problem/5452164> Production build with in symbols directory has no debug info

Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.

  • Configurations/Base.xcconfig:
  • WebCore.xcodeproj/project.pbxproj:

2007-09-03 Mark Rowe <[email protected]>

Reviewed by Tim Hatcher.

<rdar://problem/5452164> Production build with in symbols directory has no debug info

Enable debug symbol generation on all build configurations. Production builds are stripped
of symbols by Xcode during deployment post-processing.

  • Configurations/Base.xcconfig:
  • WebKit.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

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

    r25000 r25349  
    17381738                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    17391739                        buildSettings = {
    1740                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    17411740                                GCC_OPTIMIZATION_LEVEL = 0;
    17421741                                STRIP_INSTALLED_PRODUCT = NO;
     
    17481747                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    17491748                        buildSettings = {
    1750                                 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
    17511749                                STRIP_INSTALLED_PRODUCT = NO;
    17521750                        };
Note: See TracChangeset for help on using the changeset viewer.