mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Build: Ask GCC to always emit colorful diagnostics
This commit is contained in:
parent
486540fa90
commit
32f8e57834
Notes:
sideshowbarker
2024-07-19 06:38:33 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/32f8e578345 Pull-request: https://github.com/SerenityOS/serenity/pull/2228
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ add_custom_target(run
|
|||
USES_TERMINAL
|
||||
)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -std=c++2a")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror -std=c++2a -fdiagnostics-color=always")
|
||||
|
||||
include_directories(Libraries)
|
||||
include_directories(.)
|
||||
|
|
Loading…
Reference in a new issue