micropython/ports
Angus Gratton fdfe4eca74 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.
2022-07-29 11:24:00 +10:00
..
bare-arm
cc3200
esp32
esp8266 ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
javascript
mimxrt ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
minimal ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
nrf ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
pic16bit
powerpc
qemu-arm
renesas-ra ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
rp2
samd ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
stm32 ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
teensy ports: Always include debug information in the ELF. 2022-07-29 11:24:00 +10:00
unix
windows
zephyr