:orphan: .. title:: CONFIG_COMPILER_COLOR_DIAGNOSTICS .. kconfig:: CONFIG_COMPILER_COLOR_DIAGNOSTICS 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:311`` 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.)*