mirror of
https://github.com/wolfpld/tracy.git
synced 2026-01-18 17:11:26 +01:00
Fix and test TRACY_DEMANGLE for TracyClient
The configuration wasn't tested and stopped compiling. This fixes it and adds a test to ensure it doesn't break again.
This commit is contained in:
1
.github/workflows/gcc.yml
vendored
1
.github/workflows/gcc.yml
vendored
@@ -42,3 +42,4 @@ jobs:
|
||||
make -j`nproc` -C test TRACYFLAGS=-DTRACY_ON_DEMAND
|
||||
make -j`nproc` -C test clean
|
||||
make -j`nproc` -C test TRACYFLAGS="-DTRACY_DELAYED_INIT -DTRACY_MANUAL_LIFETIME"
|
||||
make -C test -B ../public/TracyClient.o DEFINES='-DTRACY_DEMANGLE'
|
||||
|
||||
Reference in New Issue
Block a user