Hello,
I have two projects in CCSv5. One is supposed to produce a a static library which is used in another (just by copy pasting .lib file). But I do not wish disassembly of the library code to appear in second project . Which option enables me to disable assembly generation? Obviously I am looking for some option which I can use in my library project and thus make the project not generate assembly in any other project it is used in.