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

meson: Add tracy_libbacktrace_elf_dynload_support option

This commit is contained in:
Ivan Molodetskikh
2023-12-12 08:06:31 +04:00
parent b110b10b35
commit 4e23b1125a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -106,6 +106,10 @@ if get_option('tracy_symbol_offline_resolve')
tracy_compile_args += ['-DTRACY_SYMBOL_OFFLINE_RESOLVE']
endif
if get_option('tracy_libbacktrace_elf_dynload_support')
tracy_compile_args += ['-DTRACY_LIBBACKTRACE_ELF_DYNLOAD_SUPPORT']
endif
tracy_shared_libs = get_option('default_library') == 'shared'
if not tracy_shared_libs and get_option('tracy_shared_libs')
warning('tracy_shared_libs is set to true, but default_library is set to static. Building static library.')