currently I'd like to debug my includes. To do this I want to get the preprocessed code, but without any system header files - just my own code.
I tried it with flag "-E"
and "-nostdinc"
. But then I get errors that for example <string>
is missing. How to disable such preprocessing errors?