From fcfb852f5cfeb8a0a735e01aaf34868b3a05df89 Mon Sep 17 00:00:00 2001 From: Norio Nomura Date: Wed, 12 Apr 2017 20:40:22 +0900 Subject: [PATCH] Fix `display_compilation_time` target in `Makefile` for Swift 3.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf8e06a25..eddbcde9f 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ docker_test: # http://irace.me/swift-profiling/ display_compilation_time: - $(BUILD_TOOL) $(XCODEFLAGS) OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" clean build test | grep -E ^[1-9]{1}[0-9]*.[0-9]ms | sort -n + $(BUILD_TOOL) $(XCODEFLAGS) OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" clean build test | grep -E ^[1-9]{1}[0-9]*.[0-9]+ms | sort -n swift_snapshot_install: curl https://swift.org/builds/development/xcode/$(SWIFT_SNAPSHOT)/$(SWIFT_SNAPSHOT)-osx.pkg -o swift.pkg