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

common-debug.xcconfig « xcode - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 662fa140654de6bb6792482bf2909ee687ee99a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "common.xcconfig"

COPY_PHASE_STRIP = NO
ENABLE_NS_ASSERTIONS = YES
ENABLE_TESTABILITY = YES
GCC_OPTIMIZATION_LEVEL = 0
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG _DEBUG HAVE_PTHREAD
GCC_UNROLL_LOOPS = NO
MTL_ENABLE_DEBUG_INFO = YES
OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400 -Xfrontend -warn-long-expression-type-checking=150
SWIFT_OPTIMIZATION_LEVEL = -Onone