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.
2 parents 6087486 + 6a1a792 commit 44ebdc6Copy full SHA for 44ebdc6
CMakeLists.txt
@@ -9,7 +9,7 @@ set(CMAKE_CXX_STANDARD 17)
9
# benchmarks is configured with `BITVECTOR_BENCHMARK_MIN_TIME`.
10
set(BITVECTOR_TEST_TIMEOUT 10 CACHE STRING "Timeout in seconds for each unit test")
11
set(BITVECTOR_BENCHMARK_MIN_TIME 0.2 CACHE STRING "Minimum time in seconds for benchmark runs")
12
-option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" OFF)
+option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" ON)
13
if(BITVECTOR_NO_BOUND_CHECK)
14
add_compile_definitions(BITVECTOR_NO_BOUND_CHECK)
15
endif()
0 commit comments