Ignore:
Timestamp:
Apr 4, 2002, 8:09:47 AM (23 years ago)
Author:
darin
Message:
  • configure.in: Replace the --disable/enable-debug with the new --with-build-style option that Maciej added.

Use --with-build-style=Development for development. You can also
use --with-build-style=Deployment for timings and official builds
and --with-build-style=Unoptimized for debugging.

Main Project Builder projects:

Add an Unoptimized build style: exactly like Development except without the -O.

File:
1 edited

Legend:

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

    r944 r962  
    6767                                014CEA440018CDF011CA2923,
    6868                                014CEA450018CDF011CA2923,
     69                                F58C8A1D025BD408018635CA,
    6970                        );
    7071                        isa = PBXProject;
     
    413414//103
    414415//104
     416//F50
     417//F51
     418//F52
     419//F53
     420//F54
     421                F58C8A1D025BD408018635CA = {
     422                        buildRules = (
     423                        );
     424                        buildSettings = {
     425                                COPY_PHASE_STRIP = NO;
     426                                DEBUGGING_SYMBOLS = YES;
     427                                DEBUG_CFLAGS = "";
     428                                INSTALL_PATH = "@executable_path/../Frameworks";
     429                                OPTIMIZATION_CFLAGS = "";
     430                                SKIP_INSTALL = YES;
     431                        };
     432                        isa = PBXBuildStyle;
     433                        name = Unoptimized;
     434                };
     435//F50
     436//F51
     437//F52
     438//F53
     439//F54
    415440//F60
    416441//F61
Note: See TracChangeset for help on using the changeset viewer.