This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compiler options questions

I have two questions about the cl2000 compiler options.

1) if I have two build options stated on the command line, e.g. "-O3 -O1", which one wins? (I'm using scons to manage my build, and for various reasons it's a lot easier to append new options than to go back and replace some)

2) (also has to do with Code Composer) How can I view mixed mode C + assembly? The old Code Composer v3 used to do this; I can't figure out how in CCSv4. I tried generating a listing file from the compiler but it's rather verbose (includes lots of DWARF directives) and just has the assembly, not the source file interlisting.