diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2da71f58..0a9d2089 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,10 +110,6 @@ else () add_definitions(-Wno-clobbered) endif () - if (COMPILER_IS_CLANG) - add_definitions(-fcolor-diagnostics) - endif () - if (NOT EMSCRIPTEN) # try to get the target architecture by compiling a dummy.c file and # checking the architecture using the file command. |