mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
TRACY_CALLSTACK is not boolean.
This commit is contained in:
@@ -17,8 +17,8 @@ if get_option('on_demand')
|
||||
tracy_common_args += ['-DTRACY_ON_DEMAND']
|
||||
endif
|
||||
|
||||
if get_option('callstack')
|
||||
tracy_common_args += ['-DTRACY_CALLSTACK']
|
||||
if get_option('callstack') > 0
|
||||
tracy_common_args += ['-DTRACY_CALLSTACK='+get_option('callstack').to_string()]
|
||||
endif
|
||||
|
||||
if get_option('no_callstack')
|
||||
|
||||
Reference in New Issue
Block a user