Add an option to disable use of tagged pointers
This commit is contained in:
@@ -536,6 +536,10 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
add_definitions(-DPOINTER_IS_64BIT)
|
||||
endif()
|
||||
|
||||
if(OPTION_NO_TAGGED_PTRS)
|
||||
add_definitions(-DNO_TAGGED_PTRS)
|
||||
endif()
|
||||
|
||||
enable_testing()
|
||||
|
||||
add_subdirectory(regression)
|
||||
|
||||
Reference in New Issue
Block a user