CONFIG_COMPILER_COLOR_DIAGNOSTICS

Enable colored diagnostics

Type: bool

Help

Compiler diagnostic messages are colorized.

Default

  • y

Kconfig definition

At <Zephyr>/Kconfig.zephyr:309

Included via <Zephyr>/Kconfig:8

Menu path: (Top) → Build and Link Features → Compiler Options

config COMPILER_COLOR_DIAGNOSTICS
    bool "Enable colored diagnostics"
    default y
    help
      Compiler diagnostic messages are colorized.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)