Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created June 23, 2019 12:18
Show Gist options
  • Save mgrebenets/82d846f5c45a591ceaef38d80b59cf76 to your computer and use it in GitHub Desktop.
Save mgrebenets/82d846f5c45a591ceaef38d80b59cf76 to your computer and use it in GitHub Desktop.
{
Name = "CLANG_ENABLE_OBJC_ARC";
CommandLineArgs = {
YES = (
"-fobjc-arc",
);
NO = ();
};
AdditionalLinkerArgs = {
YES = (
"-fobjc-arc",
);
NO = ();
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment