We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc1795 commit 1c362a9Copy full SHA for 1c362a9
XCode/Swifter.xcodeproj/project.pbxproj
@@ -1043,6 +1043,7 @@
1043
MACOSX_DEPLOYMENT_TARGET = 10.9;
1044
METAL_ENABLE_DEBUG_INFO = YES;
1045
ONLY_ACTIVE_ARCH = YES;
1046
+ OTHER_SWIFT_FLAGS = "-Xfrontend -warn-long-function-bodies=500";
1047
SDKROOT = macosx;
1048
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1049
SWIFT_VERSION = 4.0;
@@ -1094,6 +1095,7 @@
1094
1095
1096
METAL_ENABLE_DEBUG_INFO = NO;
1097
ONLY_ACTIVE_ARCH = NO;
1098
1099
1100
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1101
0 commit comments