Skip to content

Instantly share code, notes, and snippets.

@BennyFranco
Created March 13, 2019 03:33
Show Gist options
  • Save BennyFranco/c7a828c458fdaa222cfbe7dc38690bba to your computer and use it in GitHub Desktop.
Save BennyFranco/c7a828c458fdaa222cfbe7dc38690bba to your computer and use it in GitHub Desktop.
clang_no_optimize_function
__attribute__((optnone)) functionName()
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment