Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Base.xcconfig « celt-0.7.0-build « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f386b17a3ea79e2813028052ab7daa474de41c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Copyright 2012 The MumbleKit Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

ARCHS = armv7 arm64
SDKROOT = iphoneos

MACOSX_DEPLOYMENT_TARGET = 10.7
IPHONEOS_DEPLOYMENT_TARGET = 5.0

OTHER_CFLAGS = -x c++

HEADER_SEARCH_PATHS = .
ALWAYS_SEARCH_USER_PATHS = NO

GCC_WARN_INHIBIT_ALL_WARNINGS = YES

GCC_ENABLE_OBJC_EXCEPTIONS = YES

GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = CELT-0.7.pch

GCC_FAST_MATH = YES
GCC_UNROLL_LOOPS = YES
GCC_OPTIMIZATION_LEVEL = 3

GCC_PREPROCESSOR_DEFINITIONS = HAVE_CONFIG_H

PRODUCT_NAME = CELT-0.7.0