mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 03:12:48 -04:00
(TEMP) Enable Tracy in CI builds
This commit is contained in:
+9
-1
@@ -544,7 +544,15 @@
|
||||
"type": "FILEPATH",
|
||||
"value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
},
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows"
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows",
|
||||
"TRACY_ENABLE": {
|
||||
"type": "BOOL",
|
||||
"value": true
|
||||
},
|
||||
"TRACY_ON_DEMAND": {
|
||||
"type": "BOOL",
|
||||
"value": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user