Skip to content

Commit

Permalink
try without any error flags
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Sep 18, 2024
1 parent 36666e7 commit e8a5b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hibf-test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8a5b78

Please sign in to comment.