mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Meta: Give Lagom build errors colored diagnostics
Non-lagom builds get this from the root CMakeLists.txt file, but lagom builds didn't before this change.
This commit is contained in:
parent
de7aa80669
commit
9b24600779
Notes:
sideshowbarker
2024-07-17 14:32:12 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/9b24600779 Pull-request: https://github.com/SerenityOS/serenity/pull/13471
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ add_compile_options(-Wall -Wextra -Werror)
|
|||
add_compile_options(-fPIC -g)
|
||||
add_compile_options(-Wno-maybe-uninitialized)
|
||||
add_compile_options(-fno-exceptions)
|
||||
add_compile_options(-fdiagnostics-color=always)
|
||||
if (NOT ENABLE_FUZZERS)
|
||||
add_compile_options(-fno-semantic-interposition)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue