cmake switch -WITH_BENCHMARK enables BENCHFUN macro for rtengine
This commit is contained in:
@@ -112,6 +112,7 @@ endif()
|
||||
|
||||
option(USE_EXPERIMENTAL_LANG_VERSIONS "Build with -std=c++0x" OFF)
|
||||
option(BUILD_SHARED "Build with shared libraries" OFF)
|
||||
option(WITH_BENCHMARK "Build with benchmark code" OFF)
|
||||
option(WITH_MYFILE_MMAP "Build using memory mapped file" ON)
|
||||
option(WITH_LTO "Build with link-time optimizations" OFF)
|
||||
option(WITH_SAN "Build with run-time sanitizer" OFF)
|
||||
|
Reference in New Issue
Block a user