From a6879a7486c9a3c9b619f9dded1d535e734c7fcd Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Fri, 7 Nov 2008 23:55:47 +0000 Subject: Dramatically improve the link time in release mode. Today's MC Hammer Xcode Voodoo lesson: don't use the slow dsymutil utility; instead, make a "fake" .dSYM that contains the original unstripped Mach-O file. Review URL: http://codereview.chromium.org/9659 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5042 0039d316-1c4b-4281-b951-d872f2087c98 --- .../mac/TestShell.xcodeproj/project.pbxproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'webkit/tools/test_shell/mac') diff --git a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj index 796d3411..7960119 100644 --- a/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj +++ b/webkit/tools/test_shell/mac/TestShell.xcodeproj/project.pbxproj @@ -1052,6 +1052,7 @@ E45628E60E26B4FE005E4685 /* Resources */, E456290A0E26B4FE005E4685 /* Sources */, E45629200E26B4FE005E4685 /* Frameworks */, + 4D3D52680EC3838E00650CA0 /* Strip If Needed */, ); buildRules = ( ); @@ -1506,6 +1507,24 @@ }; /* End PBXResourcesBuildPhase section */ +/* Begin PBXShellScriptBuildPhase section */ + 4D3D52680EC3838E00650CA0 /* Strip If Needed */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Strip If Needed"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "exec \"${XCODEPROJ_DEPTH}/build/mac/strip_from_xcode\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ E456290A0E26B4FE005E4685 /* Sources */ = { isa = PBXSourcesBuildPhase; -- cgit v1.1