mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
external/tracy: don't stop tracing on first AV or signal
Disable tracy crash handler. AV can be part of normal work of Vita3k
This commit is contained in:
Vendored
+3
@@ -426,6 +426,9 @@ if(NOT (CMAKE_BUILD_TYPE STREQUAL "Release"))
|
||||
# Disable Tracy automated data collection in order to prevent Tracy-related code from being profiled
|
||||
target_compile_definitions(tracy PUBLIC TRACY_NO_SYSTEM_TRACING)
|
||||
|
||||
# Disable Tracy crash handler. Don't stop tracing on first AV.
|
||||
target_compile_definitions(tracy PUBLIC TRACY_NO_CRASH_HANDLER)
|
||||
|
||||
# Defining TRACY_ENABLE for both compiling Tracy and compiling the project that links
|
||||
# against it is needed for Tracy to work
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user