feat: use LEGACY
Some checks failed
Build and Package Tracy Profiler / build (push) Failing after 2m5s

This commit is contained in:
tqcq
2025-10-16 12:37:23 +08:00
parent 71f2d0db5c
commit dfa7a9a5ca

View File

@@ -34,7 +34,7 @@ jobs:
mkdir -p build
export CC=clang
export CXX=clang++
cmake -Sprofiler -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake -Sprofiler -Bbuild -DCMAKE_BUILD_TYPE=Release -DLEGACY=ON
- name: Build Tracy
run: |