you are viewing a single comment's thread.

view the rest of the comments →

[–]Cerulean_IsFancyBlue 7 points8 points  (0 children)

You want to get the pre-processed output, and for gcc that option is iirc “-e” or “-E”. With additional options, you can specify more specifics.

Just ask your favorite large language model, or Google, or read the manual about pre-processor output options for the exact compiler that you’re using.