Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Taylor <rotaylor@fb.com>2022-04-27 07:19:56 +0300
committerBlake Taylor <rotaylor@fb.com>2022-04-27 17:11:53 +0300
commit8c5120ee5a8262dd1ecff515af4db9499b2bab91 (patch)
treee5f68dcd26d9a842c3c34d94dfccb11524434769 /CMakeLists.txt
parentafd4cdec63cbb7e6448613cb319e5d846bca7c66 (diff)
Add flag to disable crash handler
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40aed1fe..3b590358 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,6 +53,7 @@ set_option(TRACY_NO_SYS_TRACE "Disable systrace sampling" OFF)
set_option(TRACY_DELAYED_INIT "Enable delayed initialization of the library (init on first call)" OFF)
set_option(TRACY_MANUAL_LIFETIME "Enable the manual lifetime management of the profile" OFF)
set_option(TRACY_FIBERS "Enable fibers support" OFF)
+set_option(TRACY_NO_CRASH_HANDLER, "Disable crash handling" OFF)
if(BUILD_SHARED_LIBS)
target_compile_definitions(TracyClient PRIVATE TRACY_EXPORTS)