diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 99750b00..3f210b2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ test_and_set_c_compiler_flag_global(-std=c89)  test_and_set_c_compiler_flag_global(-Wall)  test_and_set_c_compiler_flag_global(-Werror)  test_and_set_c_compiler_flag_global(-Wundef) -test_and_set_c_compiler_flag_global(-fmax-errors=1) +test_and_set_c_compiler_flag_global(-fmax-errors=5)  configure_file(    "${CMAKE_CURRENT_SOURCE_DIR}/ouroboros.pc.in"  | 
