summaryrefslogtreecommitdiffstats
path: root/build/release.xcconfig
blob: 0feda856b5e6f0e49c5a733146c7f52944d939b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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