I have a CCS 6 solution that has many projects within all with many different build configurations. Some are built with the GCC compiler but another subset are built with the TI Teva ARM compiler. There is one option under ARM Compiler->Advanced Options->Runtime Model Option->Designate enum type that is set to "packed" (--enum_type). I would like this to be set to "int" instead. Is there some place or somewhere I can set this option ONCE and have it universally apply to ALL Tiva ARM project? Otherwise I will have to go through ALL permutations of every project and change the setting ...yuck!