Browse Source

Use wholemodule compilation for everything that is not Debug

Marcin Krzyzanowski 5 years ago
parent
commit
2433285724
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/Project-Shared.xcconfig

+ 1 - 1
config/Project-Shared.xcconfig

@@ -9,7 +9,7 @@ MARKETING_VERSION = 1.1.3
 
 SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator
 
-SWIFT_COMPILATION_MODE = incremental
+SWIFT_COMPILATION_MODE = wholemodule
 SWIFT_VERSION = 5.0
 
 TARGETED_DEVICE_FAMILY = 1,2,3,4