:orphan: .. title:: CONFIG_LINKER_SORT_BY_ALIGNMENT .. kconfig:: CONFIG_LINKER_SORT_BY_ALIGNMENT CONFIG_LINKER_SORT_BY_ALIGNMENT ############################### *Sort input sections by alignment* Type: ``bool`` Help ==== .. code-block:: none This turns on the linker flag to sort sections by alignment in decreasing size of symbols. This helps to minimize padding between symbols. Default ======= - y Kconfig definition ================== At ``Kconfig.zephyr:191`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Linker Options .. code-block:: kconfig config LINKER_SORT_BY_ALIGNMENT bool "Sort input sections by alignment" default y help This turns on the linker flag to sort sections by alignment in decreasing size of symbols. This helps to minimize padding between symbols. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*