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-07-13 14:31:54 +02:00
committed by Franz Pletz
parent 540e8fb163
commit b586af0af7
+2 -1
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 { },
}: