We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-fno-exceptions
errors_test
1 parent 7b9e05a commit 74270e3Copy full SHA for 74270e3
CMakeLists.txt
@@ -48,7 +48,7 @@ if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
48
49
# Enable support to check for test coverage
50
if(NOT MSVC)
51
- target_compile_options(errors_test PRIVATE --coverage -O0)
+ target_compile_options(errors_test PRIVATE --coverage -O0 -fno-exceptions)
52
target_link_options(errors_test PRIVATE --coverage)
53
endif()
54
0 commit comments