:orphan: .. title:: SIZE_OPTIMIZATIONS .. option:: CONFIG_SIZE_OPTIMIZATIONS *Optimize for size* Type: ``bool`` Help ==== Compiler optimizations will be set to -Os independently of other options. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:196`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options → Optimization level .. parsed-literal:: config SIZE_OPTIMIZATIONS bool "Optimize for size" depends on \ :ref:` ` help Compiler optimizations will be set to -Os independently of other options. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*