0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

debuginfod enabled by default

This commit is contained in:
Grégoire Roussel
2024-07-03 14:10:40 +02:00
parent 9cf61d6597
commit bad4a4eda0

View File

@@ -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)