Showing posts with label gcc. Show all posts
Showing posts with label gcc. Show all posts

2011-12-12

Finding which preprocessor macros are defined in gcc

gcc -dM -E -x c /dev/null
Can be quite useful. Also works for Clang.