Skip to content

Commit 6a1a792

Browse files
authored
Update CMakeLists.txt
1 parent 4167143 commit 6a1a792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
22
project(bitvector)
33

44
set(CMAKE_CXX_STANDARD 17)
5-
option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" OFF)
5+
option(BITVECTOR_NO_BOUND_CHECK "Disable bounds checking in bitvector" ON)
66
if(BITVECTOR_NO_BOUND_CHECK)
77
add_compile_definitions(BITVECTOR_NO_BOUND_CHECK)
88
endif()

0 commit comments

Comments
 (0)