CONFIG_COMPILER_COLOR_DIAGNOSTICS

Enable colored diganostics

Type: bool

Help

Compiler diagnostic messages are colorized.

Default

  • y

Kconfig definition

At <Zephyr>/Kconfig.zephyr:266

Included via <Zephyr>/Kconfig:8

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

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.)