The tracy directory now has an experiment in getting Tracy to work. It's _not_ as easy as it is touted to be.
This commit is contained in:
parent
308fe4bed2
commit
c98aa936ad
9 changed files with 400 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ debug_build:
|
|||
meson compile -j 10 -C builddir
|
||||
|
||||
tracy_build:
|
||||
meson setup --wipe builddir --buildtype debugoptimized -Dtracy_enable=true
|
||||
meson setup --wipe builddir --buildtype debugoptimized -Dtracy_enable=true -Dtracy:on_demand=true
|
||||
meson compile -j 10 -C builddir
|
||||
|
||||
test: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue