hellbender-wallet/Config/Debug.xcconfig
Nick Klockenga 3c3478b7e8
Feature add reproducible build steps (#19)
* reproducible build first step

* update xcode version for CI runner

* update README.md
2026-04-08 20:53:52 -04:00

14 lines
414 B
Plaintext

// Debug.xcconfig — Debug-specific build settings
#include "Base.xcconfig"
DEBUG_INFORMATION_FORMAT = dwarf
ENABLE_PREVIEWS = YES
ENABLE_TESTABILITY = YES
GCC_DYNAMIC_NO_PIC = NO
GCC_OPTIMIZATION_LEVEL = 0
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited)
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE
ONLY_ACTIVE_ARCH = YES
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG $(inherited)
SWIFT_OPTIMIZATION_LEVEL = -Onone