mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
#include "Base.xcconfig"
|
|
|
|
BITCODE_GENERATION_MODE = bitcode;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
VALIDATE_PRODUCT = YES;
|
|
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule;
|