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 /meson.build
parentafd4cdec63cbb7e6448613cb319e5d846bca7c66 (diff)
Add flag to disable crash handler
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 55834747..9c343001 100644
--- a/meson.build
+++ b/meson.build
@@ -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 = [