diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 23:55:47 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 23:55:47 +0000 |
commit | a6879a7486c9a3c9b619f9dded1d535e734c7fcd (patch) | |
tree | 9c19a3eef8eb73b3a4307969122dcf9a20bfe6ef /build/staticlib.xcconfig | |
parent | 83c6bda785fa8fffa47bf2af47513d9bd399e7ca (diff) | |
download | chromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.zip chromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.tar.gz chromium_src-a6879a7486c9a3c9b619f9dded1d535e734c7fcd.tar.bz2 |
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
Diffstat (limited to 'build/staticlib.xcconfig')
-rw-r--r-- | build/staticlib.xcconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/staticlib.xcconfig b/build/staticlib.xcconfig index 5423219..72d9b22 100644 --- a/build/staticlib.xcconfig +++ b/build/staticlib.xcconfig @@ -2,6 +2,4 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -DEPLOYMENT_POSTPROCESSING = NO -STRIP_STYLE = debugging CODECOVERAGE_OTHER_LDFLAGS = |