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

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'BuildConfig/Debug.xcconfig')
-rw-r--r--BuildConfig/Debug.xcconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/BuildConfig/Debug.xcconfig b/BuildConfig/Debug.xcconfig
new file mode 100644
index 0000000..5da77b8
--- /dev/null
+++ b/BuildConfig/Debug.xcconfig
@@ -0,0 +1,9 @@
+// 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 = NO
+
+GCC_OPTIMIZATION_LEVEL = 0 \ No newline at end of file