Skip to content

Commit

Permalink
Revert "Enable Whole Module compilation mode for Debug builds"
Browse files Browse the repository at this point in the history
This reverts commit 0a28734.

Issue #460
  • Loading branch information
eofster committed Apr 5, 2018
1 parent 04a0447 commit 7f2c104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telephone.xcodeproj/project.pbxproj
Expand Up @@ -5261,7 +5261,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_COMPILATION_MODE = singlefile;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
Expand Down

0 comments on commit 7f2c104

Please sign in to comment.