esp-idf/docs/en/api-guides/tools
Mahavir Jain 3dc80527ab
feat: add compiler config for not merging const sections
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.
2024-07-15 10:04:55 +05:30
..
idf-clang-tidy.rst docs(idf-clang-tidy): Mention the need for a clang based toolchain 2023-10-30 11:10:11 +08:00
idf-component-manager.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
idf-docker-image.rst docs(docker): add note about group ID when host device is added to container 2024-03-20 11:15:36 +01:00
idf-monitor.rst docs(esp-idf-monitor): Add information about ESP_IDF_MONITOR_NO_RESET 2024-01-31 09:35:44 +01:00
idf-py.rst docs: Edit the CN Translation and EN Source 2024-05-10 15:30:16 +08:00
idf-size.rst feat: add compiler config for not merging const sections 2024-07-15 10:04:55 +05:30
idf-tools-notes.inc feat(tools): Add QEMU 8.0.0_20230522 to tools.json 2023-10-10 09:59:38 +07:00
idf-tools.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
idf-windows-installer.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
index.rst docs: move and update idf.py size sub-commands documentation 2024-06-27 13:22:29 +02:00
qemu.rst docs: Provide translation for ecdsa.rst and qemu.rst 2024-04-18 14:58:39 +08:00