1dcd8b4f4e
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
13 linhas
443 B
Plaintext
13 linhas
443 B
Plaintext
// Copyright (c) 2008 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "common.xcconfig"
|
|
|
|
// Stripping is done in release mode, but is handled externally to Xcode.
|
|
// See mac/strip_from_xcode for details.
|
|
|
|
DEAD_CODE_STRIPPING = YES
|
|
DEBUG_INFORMATION_FORMAT = dwarf
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(GCC_PREPROCESSOR_DEFINITIONS) NDEBUG
|