Showing posts with label preprocessor. Show all posts
Showing posts with label preprocessor. Show all posts

Friday, November 6, 2009

The gcc argument to print out all the preprocessor macros and their
definitions is -E -dD. (The -E is 'preprocess only and output to
stdout', the -dD is 'dump definitions'.) Make sure that
-fmessage-length is not set to 0 and probably you don't want -quiet
either if you're doing this inside Xcode.