GCC dump preprocessor defines

Posted by aaa on Stack Overflow See other posts from Stack Overflow or by aaa
Published on 2010-02-08T19:40:28Z Indexed on 2010/03/30 23:23 UTC
Read the original article Hit count: 458

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about g++

Related posts about gcc