1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add flag to disable crash handler

This commit is contained in:
Blake Taylor
2022-04-26 21:19:56 -07:00
parent afd4cdec63
commit 8c5120ee5a
5 changed files with 13 additions and 5 deletions
+4
View File
@@ -81,6 +81,10 @@ if tracy_shared_libs
add_project_arguments('-DTRACY_EXPORTS', language : 'cpp')
endif
if get_option('tracy_no_crash_handler')
add_project_arguments('-DTRACY_NO_CRASH_HANDLER', language : 'cpp')
endif
threads_dep = dependency('threads')
includes = [