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:
Nico Weber 2022-04-03 10:28:21 -04:00 committed by Andreas Kling
parent de7aa80669
commit 9b24600779
Notes: sideshowbarker 2024-07-17 14:32:12 +09:00

View file

@ -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()