Stop compilation on first error

pull/804/head
gabime 7 years ago
parent 45d3c8341c
commit 0758b39061

@ -30,6 +30,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR "${CMAKE_CXX_COMPILER_ID}" MATCH
add_compile_options("-Wextra")
add_compile_options("-Wconversion")
add_compile_options("-pedantic")
add_compile_options("-Wfatal-errors")
endif()

Loading…
Cancel
Save