From e8a5b78a1af2bef5f35e42a1e655af832bcbd674 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Wed, 18 Sep 2024 17:43:46 +0200 Subject: [PATCH] try without any error flags --- test/hibf-test.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hibf-test.cmake b/test/hibf-test.cmake index 36f7c3a2..9ec6073f 100644 --- a/test/hibf-test.cmake +++ b/test/hibf-test.cmake @@ -15,7 +15,7 @@ option (HIBF_BENCHMARK_ALIGN_LOOPS "Pass -falign-loops=32 to the benchmark build get_filename_component (HIBF_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}/.." ABSOLUTE) add_subdirectory ("${HIBF_ROOT_DIR}" "${CMAKE_CURRENT_BINARY_DIR}/hibf_lib") -target_compile_options (hibf PUBLIC "-pedantic" "-Wall" "-Wextra") +# target_compile_options (hibf PUBLIC "-pedantic" "-Wall" "-Wextra" "-Werror") if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") # Warn about failed return value optimization.