I have a small project I've built up using the IDE. I tried porting it to a GNU makefile based system (my preference) but I get errors I don't get on the IDE version. (Warning C196: mspace probably invalid). I'm sure this is because I'm mis-configuring my command line options. My question is there anyway to see what command line options the IDE uses when it calls the compiler?
The exact set of options is reported at the start of listing and map files, among other places. The compiler command line is stored in an auxiliary file *._ia, too, and even in the .object files.