Skip to content

Commit 390f7e5

Browse files
examples(google_benchmark): add debug info to example
1 parent 640f6bc commit 390f7e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/google_benchmark/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ include(FetchContent)
33

44
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
55

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 RelWithDebInf)
8+
69
option(BENCHMARK_ENABLE_GTEST_TESTS OFF)
710

811
FetchContent_Declare(

0 commit comments

Comments
 (0)