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:
parent
540e8fb163
commit
b586af0af7
@ -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 { },
|
||||
}:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user