new tracy build options
This commit is contained in:
@@ -148,7 +148,7 @@ if host_machine.system() != 'emscripten'
|
||||
deps += dependency('enet', static:true)
|
||||
src += 'qjs_enet.c'
|
||||
|
||||
tracy_opts = ['fibers=true', 'on_demand=true']
|
||||
tracy_opts = ['fibers=true', 'no_exit=true', 'libunwind_backtrace=true']
|
||||
add_project_arguments('-DTRACY_ENABLE', language:['c','cpp'])
|
||||
deps += dependency('tracy', static:true, default_options:tracy_opts)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user