Merge pull request #151 from NachoSoto/swift-2

Using new Xcode 7 -Owholemodule optimization setting
This commit is contained in:
Erik Little 2015-08-27 09:10:52 -04:00
commit 9510ef9d4f

View File

@ -545,7 +545,7 @@
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = SocketIO;
SWIFT_WHOLE_MODULE_OPTIMIZATION = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
};
name = Release;
};