Hi
I tried the --no_compress option mentioned below and there is no difference in the compile time for one of our files that takes about 90 seconds to compile.
http://e2e.ti.com/support/development_tools/compiler/f/343/t/129183.aspx
The file is not optimized, there are 5 functions, the longest function is 40 lines and they are simple case statements, ifs and for loops.
Our highly complex algorithmic files take 30 seconds to compile with optimization turned on.
Any other ideas to debug compile time?
Cheers