3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-02-04 04:35:31 +00:00

cmakelists: add fno-omit-frame-pointer for tracy builds

This commit is contained in:
Vaxry
2026-01-16 16:59:36 +01:00
parent fec17e5e79
commit 36aa465a21

View File

@ -313,6 +313,8 @@ if(USE_TRACY)
option(TRACY_ON_DEMAND "" ON)
add_subdirectory(subprojects/tracy)
add_compile_options(-fno-omit-frame-pointer)
target_link_libraries(hyprland_lib PUBLIC Tracy::TracyClient)
if(USE_TRACY_GPU)