I read that some section of a c++ precompiled header contains information about preprocesser flags which I verified from source code of gcc as well.
Is there a way for me to access that certain block of .gch file using any tool or api.
The way how gcc does is kind of hard to understand. Can someone help me with this?