Adds compilation speed warnings.

This commit is contained in:
Krunoslav Zaher 2017-10-01 00:22:39 +02:00
parent 3f5f9cc606
commit 610c3f74b0
No known key found for this signature in database
GPG Key ID: 74BC718B68EA3842
2 changed files with 2 additions and 2 deletions

View File

@ -6745,7 +6745,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG -Xfrontend -debug-time-function-bodies";
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG -Xfrontend -debug-time-function-bodies -Xfrontend -warn-long-expression-type-checking=100 -Xfrontend -warn-long-function-bodies=100";
SDKROOT = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;

View File

@ -53,7 +53,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release-Tests"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""