From 86806a98c204433319898e1e204e1e20f89151c4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Jun 2024 15:26:50 +0200 Subject: cmake: actually colors work without the switches --- userconfig-sthalik@Windows-Clang.cmake | 2 -- 1 file changed, 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($<$:-fassume-nothrow-exception-dtor>) endif() -- cgit v1.2.3