1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00

Use whole module optimization for Release

This commit is contained in:
Tae Won Ha 2016-08-18 17:50:22 +02:00
parent 1e85c0e858
commit e0e268a2ee
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -1034,6 +1034,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.11; MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO; MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx; SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
name = Release; name = Release;