This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

combine two projects with diff optimizations

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.

0