The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_COMPILER_COLOR_DIAGNOSTICS

Enable colored diganostics

Type: bool

Help

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

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