mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 04:08:42 +00:00
Make: Add option to force colors in compiler output
This commit is contained in:
parent
86b9e8e39a
commit
78ca6ea8f0
@ -55,6 +55,10 @@ else
|
||||
Q:=
|
||||
endif
|
||||
|
||||
ifneq ($(COLOR),)
|
||||
CFLAGS += -fdiagnostics-color=always
|
||||
endif
|
||||
|
||||
# Meta rules
|
||||
docgoals := docs userdocs progdocs
|
||||
testgoals := check test tests tests_run
|
||||
|
Loading…
Reference in New Issue
Block a user