Skip to content

Commit 610c3f7

Browse files
committed
Adds compilation speed warnings.
1 parent 3f5f9cc commit 610c3f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rx.xcodeproj/project.pbxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6745,7 +6745,7 @@
67456745
MACOSX_DEPLOYMENT_TARGET = 10.10;
67466746
MTL_ENABLE_DEBUG_INFO = YES;
67476747
ONLY_ACTIVE_ARCH = YES;
6748-
OTHER_SWIFT_FLAGS = "-D TRACE_RESOURCES -D DEBUG -Xfrontend -debug-time-function-bodies";
6748+
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";
67496749
SDKROOT = "";
67506750
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
67516751
SWIFT_VERSION = 4.0;

Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</AdditionalOptions>
5454
</TestAction>
5555
<LaunchAction
56-
buildConfiguration = "Release-Tests"
56+
buildConfiguration = "Debug"
5757
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5858
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
5959
language = ""

0 commit comments

Comments
 (0)