Skip to content

Commit

Permalink
Adds compilation speed warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Sep 30, 2017
1 parent 3f5f9cc commit 610c3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Rx.xcodeproj/xcshareddata/xcschemes/RxSwift-iOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Release-Tests"
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
Expand Down

0 comments on commit 610c3f7

Please sign in to comment.