Skip to content

Commit 34c8aeb

Browse files
committed
turn off benchmarks
1 parent e61f9f1 commit 34c8aeb

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
@@ -62,7 +62,7 @@ add_subdirectory(tests)
6262
add_subdirectory(examples)
6363

6464
# Add benchmarks (optional)
65-
option(BUILD_SLICK_LOGGER_BENCHMARKS "Build performance benchmarks" ON)
65+
option(BUILD_SLICK_LOGGER_BENCHMARKS "Build performance benchmarks" OFF)
6666
if(BUILD_SLICK_LOGGER_BENCHMARKS AND CMAKE_BUILD_TYPE MATCHES Release)
6767
add_subdirectory(benchmarks)
6868
endif()

0 commit comments

Comments
 (0)