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
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