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 e61f9f1 commit 34c8aebCopy full SHA for 34c8aeb
CMakeLists.txt
@@ -62,7 +62,7 @@ add_subdirectory(tests)
62
add_subdirectory(examples)
63
64
# Add benchmarks (optional)
65
-option(BUILD_SLICK_LOGGER_BENCHMARKS "Build performance benchmarks" ON)
+option(BUILD_SLICK_LOGGER_BENCHMARKS "Build performance benchmarks" OFF)
66
if(BUILD_SLICK_LOGGER_BENCHMARKS AND CMAKE_BUILD_TYPE MATCHES Release)
67
add_subdirectory(benchmarks)
68
endif()
0 commit comments