mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3dc80527ab
Probably GCC-13.x and on-wards uses "-fmerge-constants" to merge the const section (string/floating-point) across compilation units. This makes it difficult to properly analyze the size output of rodata section across libraries, the merged section (big in size) is showed across a single library. The config option added here can help to disable this compiler behavior and help to provide better size analysis. It can be used during development phase only as it increases rodata section size. |
||
---|---|---|
.. | ||
idf-clang-tidy.rst | ||
idf-component-manager.rst | ||
idf-docker-image.rst | ||
idf-monitor.rst | ||
idf-py.rst | ||
idf-size.rst | ||
idf-tools-notes.inc | ||
idf-tools.rst | ||
idf-windows-installer.rst | ||
index.rst | ||
qemu.rst |