Add the tracy wrap and meson options.

This commit is contained in:
Zed A. Shaw 2025-01-18 13:33:45 -05:00
parent e5b4fed4ee
commit 4c3049df14
2 changed files with 11 additions and 0 deletions

1
meson.options Normal file
View file

@ -0,0 +1 @@
option('tracy_enable', type: 'boolean', value: false, description: 'Enable profiling')