Ignore:
Timestamp:
Aug 16, 2008, 10:06:18 PM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoffrey Garen.

Disable dead code stripping in debug builds.

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

Legend:

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

    r35802 r35805  
    19861986                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    19871987                        buildSettings = {
     1988                                DEAD_CODE_STRIPPING = "$(DEAD_CODE_STRIPPING_debug)";
    19881989                                DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
    19891990                                GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
Note: See TracChangeset for help on using the changeset viewer.