Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created June 23, 2019 12:22
Show Gist options
  • Save mgrebenets/522294a2e07fbcda045deaa07da8c9a4 to your computer and use it in GitHub Desktop.
Save mgrebenets/522294a2e07fbcda045deaa07da8c9a4 to your computer and use it in GitHub Desktop.
{
Name = "CLANG_COVERAGE_MAPPING";
Type = Boolean;
DefaultValue = NO;
AdditionalLinkerArgs = {
NO = ();
YES = (
"-fprofile-instr-generate",
);
};
CommandLineArgs = {
YES = (
"-profile-coverage-mapping",
"-profile-generate",
);
NO = ();
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment