diff options
-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() |