Skip to content

Commit 446851e

Browse files
examples(google_benchmark): add debug info to example
1 parent b149832 commit 446851e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/google_benchmark/CMakeLists.txt

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

44
project(codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
55

6+
set(CMAKE_BUILD_TYPE RelWithDebInfo)
7+
68
option(BENCHMARK_ENABLE_GTEST_TESTS OFF)
79

810
FetchContent_Declare(

0 commit comments

Comments
 (0)