Ignore:
Timestamp:
Aug 15, 2008, 11:48:10 PM (17 years ago)
Author:
[email protected]
Message:

<rdar://problem/6139914> Please include a _debug version of JavaScriptCore framework

Rubber-stamped by Geoff Garen.

File:
1 edited

Legend:

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

    r35776 r35802  
    16261626                        projectDirPath = "";
    16271627                        projectRoot = "";
     1628                        projectRoots = (
     1629                                "",
     1630                        );
    16281631                        targets = (
    16291632                                932F5BE30822A1C700736975 /* All */,
     
    19241927                        baseConfigurationReference = 1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */;
    19251928                        buildSettings = {
     1929                                BUILD_VARIANTS = (
     1930                                        normal,
     1931                                        debug,
     1932                                );
    19261933                                SECTORDER_FLAGS = (
    19271934                                        "-sectorder",
     
    19791986                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    19801987                        buildSettings = {
    1981                                 DEBUG_DEFINES = "";
    1982                                 GCC_OPTIMIZATION_LEVEL = 0;
    1983                                 STRIP_INSTALLED_PRODUCT = NO;
     1988                                DEBUG_DEFINES = "$(DEBUG_DEFINES_debug)";
     1989                                GCC_OPTIMIZATION_LEVEL = "$(GCC_OPTIMIZATION_LEVEL_debug)";
     1990                                STRIP_INSTALLED_PRODUCT = "$(STRIP_INSTALLED_PRODUCT_debug)";
    19841991                        };
    19851992                        name = Debug;
     
    19891996                        baseConfigurationReference = 1C9051440BA9E8A70081E9D0 /* DebugRelease.xcconfig */;
    19901997                        buildSettings = {
    1991                                 DEBUG_DEFINES = NDEBUG;
    19921998                                STRIP_INSTALLED_PRODUCT = NO;
    19931999                        };
     
    19982004                        baseConfigurationReference = 1C9051450BA9E8A70081E9D0 /* Base.xcconfig */;
    19992005                        buildSettings = {
    2000                                 DEBUG_DEFINES = NDEBUG;
    20012006                        };
    20022007                        name = Production;
Note: See TracChangeset for help on using the changeset viewer.