mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
13 lines
217 B
Text
13 lines
217 B
Text
//
|
|
// Debug.xcconfig
|
|
// Keyman Engine
|
|
//
|
|
// Copyright (c) 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
#include "Project.xcconfig"
|
|
|
|
OTHER_CFLAGS = -DZM_DEBUG=1
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
COPY_PHASE_STRIP = NO
|
|
|