Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created June 23, 2019 12:20
Show Gist options
  • Save mgrebenets/a49b86699e6e27d31e2a77331adfd1e1 to your computer and use it in GitHub Desktop.
Save mgrebenets/a49b86699e6e27d31e2a77331adfd1e1 to your computer and use it in GitHub Desktop.
{
Name = "CLANG_ENABLE_CODE_COVERAGE";
Type = Boolean;
DefaultValue = YES;
Category = CodeGeneration;
DisplayName = "Enable Code Coverage Support";
Description = "Enables building with code coverage instrumentation. This is only used when the build has code coverage enabled, which is typically done via the Xcode scheme settings.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment