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?