1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time.
2. Second is not time critical & want to optimize for size- cross mod+microlib+level2.
Can I combine two projects & debug the combined project.. Also I want to share variables declared between two.
Can I combine two projects & debug the combined project.
And what exactly do you mean by "combining" two complete projects? What do you expect the "combination" of two complete programs to be?