From bad4a4eda081dd3044dfae12ede5dd4a6e520f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Roussel?= Date: Wed, 3 Jul 2024 14:10:40 +0200 Subject: [PATCH] debuginfod enabled by default --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7dfa200d..b94f537f 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -option(USE_DEBUGINFOD "Compile with debuginfod integration" OFF) +option(USE_DEBUGINFOD "Compile with debuginfod integration" ON) include(${CMAKE_CURRENT_LIST_DIR}/../cmake/version.cmake)