mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
12 lines
230 B
Text
12 lines
230 B
Text
//
|
|
// Release.xcconfig
|
|
// Keyman Engine
|
|
//
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#include "Project.xcconfig"
|
|
|
|
OTHER_CFLAGS = -DNS_BLOCK_ASSERTIONS=1
|
|
GCC_OPTIMIZATION_LEVEL = s
|
|
COPY_PHASE_STRIP = YES
|