Skip to content

Instantly share code, notes, and snippets.

@b1ackviking
Created September 10, 2022 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b1ackviking/196e1c58e66d558ec4e969b5acb43e67 to your computer and use it in GitHub Desktop.
Save b1ackviking/196e1c58e66d558ec4e969b5acb43e67 to your computer and use it in GitHub Desktop.
Get predefined macros from gcc and clang
echo | g++ -dM -E -
echo | clang++ -dM -E -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment