GCC dump preprocessor defines

Is there a way for gcc/g++ to dump its preprocessor defines from the command line?
I mean things like __GNUC__, __STDC__, and so on.

6 Answers
6

Leave a Comment