Skip to content

Commit dc03288

Browse files
committed
Benchmarks operative
1 parent 5060743 commit dc03288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ include_directories(
1818
# build google benchmark (target: benchmark)
1919
# do not build tests of benchmarking lib
2020
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Suppressing benchmark's tests" FORCE)
21+
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Build type" FORCE)
2122
add_subdirectory(dependencies/google_benchmark)
2223

2324
add_executable(

0 commit comments

Comments
 (0)