Hi, I'd like to build gcc with just the C/C++ front ends. Are there any configure options I could use to make only a minimum gcc build to get those 2 languages working?
Also, I'd like to be able to debug gcc. Is there any special flags for this? Finally, once it's built, I'd like to manually traverse the AST. Any pointers on where this would be? Thanks, Bob Rossi