mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-17 20:10:32 +01:00
e3e68e051a
Add an #include to allow developer overrides of build settings so as to soften the pain of code signing configuration
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
#include "./Evergreen_project.xcconfig"
|
|
|
|
ONLY_ACTIVE_ARCH = YES
|
|
DEBUG_INFORMATION_FORMAT = dwarf
|
|
ENABLE_TESTABILITY = YES
|
|
GCC_DYNAMIC_NO_PIC = NO
|
|
GCC_OPTIMIZATION_LEVEL = 0
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
|
|
OTHER_SWIFT_FLAGS = -DDEBUG
|
|
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG
|
|
MTL_ENABLE_DEBUG_INFO = YES
|
|
|