forked from organicmaps/organicmaps
[ios] Removed warnings about Swift compiler speed
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
d50e7a75b4
commit
fe14ea5372
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ GCC_OPTIMIZATION_LEVEL = 0
|
|||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG _DEBUG HAVE_PTHREAD
|
||||
GCC_UNROLL_LOOPS = NO
|
||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
|
||||
OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400 -Xfrontend -warn-long-expression-type-checking=150 -DDEBUG
|
||||
OTHER_SWIFT_FLAGS = -DDEBUG
|
||||
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
||||
|
|
Loading…
Add table
Reference in a new issue