This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/xcode/common-release.xcconfig
Alexander Borsuk a39eed5805 [xcode] Fixed warnings for Xcode 16
- Use C17 instead of C11
- Clean up some settings

Signed-off-by: Alexander Borsuk <me@alex.bio>
2024-07-05 13:06:51 +02:00

14 lines
399 B
Text

#include "common.xcconfig"
CLANG_CXX_STANDARD_LIBRARY_HARDENING = none
COPY_PHASE_STRIP = YES
ENABLE_NS_ASSERTIONS = NO
ENABLE_TESTABILITY = NO
GCC_OPTIMIZATION_LEVEL = 3
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) RELEASE NDEBUG
GCC_UNROLL_LOOPS = YES
LLVM_LTO = YES
MTL_ENABLE_DEBUG_INFO = NO
NS_BLOCK_ASSERTIONS = NO
SWIFT_COMPILATION_MODE = wholemodule
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule