8000 Merge pull request #26 from FutureKit/bug/release_builds_hang · FutureKit/FutureKit@e141944 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #26 from FutureKit/bug/release_builds_hang
Browse files Browse the repository at this point in the history
turning of whole-module-optimization for Release builds
  • Loading branch information
mishagray committed Dec 27, 2015
2 parents 25a5990 + f178b3a commit e141944
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FutureKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FutureKit'
s.version = '1.2.1'
s.version = '1.2.2'
s.license = 'MIT'
s.summary = 'A Swift based Future/Promises Library for IOS and OS X.'
s.homepage = 'https://github.com/FutureKit/FutureKit'
Expand Down
6 changes: 3 additions & 3 deletions FutureKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -845,10 +845,10 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
SWIFT_OPTIMIZATION_LEVEL = "-O";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
Expand Down

0 comments on commit e141944

Please sign in to comment.
0