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.
1 parent 4167143 commit 6a1a792Copy full SHA for 6a1a792
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
2
project(bitvector)
3
4
set(CMAKE_CXX_STANDARD 17)
5
-option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" OFF)
+option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" ON)
6
if(BITVECTOR_NO_BOUND_CHECK)
7
add_compile_definitions(BITVECTOR_NO_BOUND_CHECK)
8
endif()
0 commit comments