ios: set compilation mode to "wholemodule" for release builds

This commit is contained in:
Saúl Ibarra Corretgé 2019-05-02 16:14:10 +02:00 committed by Saúl Ibarra Corretgé
parent 43a8fd2a53
commit 746159a1ac
1 changed files with 1 additions and 0 deletions

View File

@ -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;