From ba2fee299f1f81810acb2e855ea492f89f2e6fef Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 24 Oct 2014 22:24:09 +0200 Subject: [PATCH] Clarify note about crashing when optimisations are turned on. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b76a0..7c43d40 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Launch with e.g. `ls | print_linenumbers.swift` - run `xcodebuild install` from the project's root folder. This will install the SwiftShell framework in ~/Library/Frameworks. - _or_ run `xcodebuild` and copy the resulting framework from the build folder to your library folder of choice. If that is not "~/Library/Frameworks", "/Library/Frameworks" or a folder mentioned in the $DYLD_FRAMEWORK_PATH environment variable then you need to add your folder to $DYLD_FRAMEWORK_PATH. -NOTE: The Swift compiler (Xcode 6.1) crashes when reading from streams when SwiftShell is built with optimisations turned on (anything but "SWIFT_OPTIMIZATION_LEVEL = -Onone"). SwiftShell is therefore compiled with the “Debug” configuration by default. +NOTE: The Swift compiler (Xcode 6.1) crashes when reading from streams when optimisations are turned on (anything but "SWIFT_OPTIMIZATION_LEVEL = -Onone"). SwiftShell is therefore compiled with the “Debug” configuration by default. ## LICENSE