mirror of
https://github.com/tid-kijyun/Kanna.git
synced 2026-04-17 12:17:29 +00:00
19 lines
435 B
Plaintext
19 lines
435 B
Plaintext
//
|
|
// Debug.xcconfig
|
|
// Kanna
|
|
//
|
|
// Created by Atsushi Kiwaki on 2016/12/05.
|
|
// Copyright © 2016 Atsushi Kiwaki. All rights reserved.
|
|
//
|
|
#include "Base.xcconfig"
|
|
|
|
MTL_ENABLE_DEBUG_INFO = YES
|
|
COPY_PHASE_STRIP = NO
|
|
ENABLE_TESTABILITY = YES
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
GCC_DYNAMIC_NO_PIC = NO
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO
|
|
ONLY_ACTIVE_ARCH = YES
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone
|