mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-17 15:02:24 +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: 32f8e57834
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…
Add table
Add a link
Reference in a new issue