1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +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;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;