mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
This patch removes the explicit compile flag that only works for g++ (`-fdiagnostics-color=always`; clang++ needs `-fcolor-diagnostics`) and uses CMake's built in variable that can control color output. Now both compilers should output colored diagnostics.