disable tracy in flake instead of CMakeList.txt

This commit is contained in:
2026-02-25 15:14:49 +01:00
parent a3a8c2f31a
commit 79f088d10e
4 changed files with 8 additions and 5 deletions

View File

@ -247,7 +247,7 @@ rec {
echo "Running cmake"
cmake -G "Unix Makefiles" \
-DCMAKE_BUILD_TYPE="${type}" \
-DUSE_TRACY=On \
-DUSE_TRACY=Off \
..
echo "Linking compile_commands.json"