diff options
author | Angus Gratton <angus@redyak.com.au> | 2022-07-28 17:56:27 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-07-29 11:24:00 +1000 |
commit | fdfe4eca745dce5f20fb65a3c197006b9053999a (patch) | |
tree | 9951b66671b722f9ee2afcd8676ad8e5775fda39 /docs/esp8266/tutorial/dht.rst | |
parent | 3c32ca6e77143704ac08d5694b7260781f127c3d (diff) |
ports: Always include debug information in the ELF.
For bare metal ARM & xtensa targets, passing -g will make the ELF file
larger but doesn't change the binary size. However, this means tools like
gdb, addr2line, etc can extract source-level information from the ELF.
Also standardise -ggdb to -g, these produce the exact same ELF file on
arm-none-eabi-gcc and will use DWARF format for all these ports.
Diffstat (limited to 'docs/esp8266/tutorial/dht.rst')
0 files changed, 0 insertions, 0 deletions