arcan: disable tracy by default

According to the official build, tracy should be disabled by default:
https://chiselapp.com/user/letoram/repository/arcan/file?ci=tip&name=src/CMakeLists.txt&ln=184-195

Closes #421103
This commit is contained in:
Aaron Bieber 2025-06-30 07:28:30 -06:00 committed by Franz Pletz
parent 540e8fb163
commit b586af0af7
No known key found for this signature in database
GPG Key ID: EA0080A44798F201

View File

@ -53,7 +53,8 @@
useStaticLibuvc ? true,
useStaticOpenAL ? true,
useStaticSqlite ? true,
useTracy ? true,
# For debugging only, disabled by upstream
useTracy ? false,
# Configurable options
sources ? callPackage ./sources.nix { },
}: