ios: set compilation mode to "wholemodule" for release builds
This commit is contained in:
parent
43a8fd2a53
commit
746159a1ac
|
@ -905,6 +905,7 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in New Issue