Code: Select all
Per-file contributions to ELF file:
Object File DRAM .data & .bss IRAM Flash code & rodata Total
...
locale-inst.o 0 144 0 25655 7235 33034
wlocale-inst.o 0 144 0 25462 7395 33001
...
cxx11-wlocale-inst.o 0 96 0 10420 4731 15247
cxx11-locale-inst.o 0 96 0 10376 4667 15139
I'm not doing anything related to locales, so I assume this code is transitively included by functions like "sprintf" and classes like "std::ostream". Is there any way to get rid of this locale overhead?