Skip to content

Instantly share code, notes, and snippets.

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