Vincent Trouilliez <[EMAIL PROTECTED]> wrote: > Now that I have enabled dwarf-2 and recompiled gcc, I noticed that I > still loose the annotations, if I use the -O3 optimisation flag, but > not if I use -O or -Os.
Keep in mind that -O3 will inline a lot of functions. That could really confuse the dissassembly annotation. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
