:orphan: .. title:: COMPILER_COLOR_DIAGNOSTICS .. option:: CONFIG_COMPILER_COLOR_DIAGNOSTICS *Enable colored diganostics* Type: ``bool`` Help ==== .. code-block:: none Compiler diagnostic messages are colorized. Default ======= - y Kconfig definition ================== At ``Kconfig.zephyr:260`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Compiler Options .. code-block:: kconfig config COMPILER_COLOR_DIAGNOSTICS bool "Enable colored diganostics" default y help Compiler diagnostic messages are colorized. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*