mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
update tracy to v0.9.1
This commit is contained in:
2
external/tracy/CMakeLists.txt
vendored
2
external/tracy/CMakeLists.txt
vendored
@ -10,6 +10,8 @@ if(NOT EMSCRIPTEN)
|
||||
"${CMAKE_CURRENT_LIST_DIR}/tracy/public/TracyClient.cpp"
|
||||
)
|
||||
|
||||
option(TRACY_ENABLE "Enable tracy profiling" OFF)
|
||||
|
||||
if(TRACY_ENABLE)
|
||||
target_compile_definitions(tracy_client PUBLIC TRACY_ENABLE)
|
||||
#target_compile_definitions(tracy_client PUBLIC TRACY_NO_SYSTEM_TRACING)
|
||||
|
Reference in New Issue
Block a user