cmakelists: add fno-omit-frame-pointer for tracy builds
This commit is contained in:
parent
fec17e5e79
commit
36aa465a21
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue