How to disable all optimization when using COSMIC compiler?
Even though I did set optimization to "Disable for Debugging (-no)" there are certen lines of code which are removed by the compiler and are not available for setting a breakpoint and they do not get executed. This can be observed by certin results as well as by the disassembly missing mentioned lines. Is there a way to really disable optimization (including code removal) or at least a list of things that do get optimized even though -no ist used?
