2020-01-22 05:55:11 +00:00
|
|
|
if get_option ('profiler')
|
|
|
|
test_performance = executable('test-performance', 'test-performance.c',
|
2020-03-06 17:12:47 +00:00
|
|
|
c_args: common_cflags,
|
2020-01-22 05:55:11 +00:00
|
|
|
dependencies: [profiler_dep, platform_gio_dep, libm])
|
|
|
|
endif
|