mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-02-04 06:25:24 +00:00
cmakelists: add fno-omit-frame-pointer for tracy builds
This commit is contained in:
@ -313,6 +313,8 @@ if(USE_TRACY)
|
|||||||
option(TRACY_ON_DEMAND "" ON)
|
option(TRACY_ON_DEMAND "" ON)
|
||||||
add_subdirectory(subprojects/tracy)
|
add_subdirectory(subprojects/tracy)
|
||||||
|
|
||||||
|
add_compile_options(-fno-omit-frame-pointer)
|
||||||
|
|
||||||
target_link_libraries(hyprland_lib PUBLIC Tracy::TracyClient)
|
target_link_libraries(hyprland_lib PUBLIC Tracy::TracyClient)
|
||||||
|
|
||||||
if(USE_TRACY_GPU)
|
if(USE_TRACY_GPU)
|
||||||
|
|||||||
Reference in New Issue
Block a user