diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-06 15:26:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-06-06 15:32:14 +0200 |
commit | 86806a98c204433319898e1e204e1e20f89151c4 (patch) | |
tree | f0f9b7596dd06d25de6e6202094d9a00ddba1b69 | |
parent | d9a4a52a8b3ffafa0e99fdd4d933056df147b8d7 (diff) |
cmake: actually colors work without the switches
-rw-r--r-- | userconfig-sthalik@Windows-Clang.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index aa27d8f9..02f7383a 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -43,8 +43,6 @@ sets(STRING CMAKE_CXX_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}" ) -add_compile_options(-fansi-escape-codes) -add_compile_options(-Xclang -fcolor-diagnostics -fdiagnostics-color=always) if(NOT CMAKE_CXX_COMPILER_VERSION LESS "18.0") add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fassume-nothrow-exception-dtor>) endif() |