mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
TracyDebug now uses TracyInternalMessage by default unless TRACY_VERBOSE or TRACY_NO_INTERNAL_MESSAGE is defined
This commit is contained in:
@@ -114,6 +114,10 @@ if get_option('verbose')
|
||||
tracy_common_args += ['-DTRACY_VERBOSE']
|
||||
endif
|
||||
|
||||
if get_option('no_internal_message')
|
||||
tracy_common_args += ['-DTRACY_NO_INTERNAL_MESSAGE']
|
||||
endif
|
||||
|
||||
if get_option('debuginfod')
|
||||
tracy_common_args += ['-DTRACY_DEBUGINFOD']
|
||||
tracy_public_deps += dependency('libdebuginfod')
|
||||
|
||||
Reference in New Issue
Block a user