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

Release.xcconfig « BuildConfig - github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0b4eb1b53a74e20918910cd012b7ef11c894f4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2012 The 'Mumble for iOS' Developers. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#include "Base.xcconfig"

COPY_PHASE_STRIP = YES

CODE_SIGN_IDENTITY = iPhone Distribution: Mikkel Krautz

GCC_FAST_MATH = YES
GCC_UNROLL_LOOPS = YES
GCC_OPTIMIZATION_LEVEL = 3