Skip to content
Snippets Groups Projects
Commit 48251f5d authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove -ferror-limit flag

parent bf0e55ed
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment