diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71bc7e13779c94588c191c43aca1293ff13f80d7..adac1f8a6ecc77450ddded30e6ec119daa59bb52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,6 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU")
         -Wall \
         -Wextra \
         -Werror \
-        -ferror-limit=5 \
         -pipe \
         -pedantic \
         -Wunreachable-code")