mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
Add TRACY_ON_DEMAND
to the default Tracy options
This commit is contained in:
parent
46b4cb81b8
commit
be89f97792
@ -70,6 +70,7 @@ if (TRACY_ENABLE)
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
option(TRACY_DELAYED_INIT "" ON)
|
||||
option(TRACY_MANUAL_LIFETIME "" ON)
|
||||
option(TRACY_ON_DEMAND "" ON)
|
||||
option(TRACY_STATIC "" ON)
|
||||
FetchContent_MakeAvailable(tracy)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user