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 667dd29 commit 9b0ed2dCopy full SHA for 9b0ed2d
examples/google_benchmark/CMakeLists.txt
@@ -3,6 +3,9 @@ include(FetchContent)
3
4
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
5
6
+# On the small benchmarks of this repo, most of the benches will be optimized out, but this is expected.
7
+set(CMAKE_BUILD_TYPE RelWithDebInfo)
8
+
9
option(BENCHMARK_ENABLE_GTEST_TESTS OFF)
10
11
FetchContent_Declare(
0 commit comments