Hello
Is it possible to make labels in the C source code appear as labels in the assembly output (regardless of whether they are used or not)? I know about the possibility of using asm statements instead of C source statements, but spru514r, Optimizing C C++ Compiler User’s Guide (section 7.5.5) warns against doing this.
Thanks and kind regards,
Mirko