Adapting arena push to support format as debug tag
Changed some d3d12 to work better with arenas
This commit is contained in:
@@ -1,21 +1,15 @@
|
||||
---
|
||||
description: Build the Juliet project using FastBuild
|
||||
description: Build the Juliet projects
|
||||
---
|
||||
|
||||
// turbo-all
|
||||
|
||||
This workflow builds the Juliet project and writes output to `misc\agent_output.log`.
|
||||
|
||||
This workflow builds the Juliet project.
|
||||
1. To build the default (clang-Debug):
|
||||
// turbo
|
||||
`misc\agent_build.bat clang 2>&1 | tee misc\agent_output.log`
|
||||
|
||||
`misc\build.bat clang`
|
||||
2. To build a specific configuration (e.g., clang-Debug, msvc-Debug):
|
||||
// turbo
|
||||
`misc\agent_build.bat clang-Debug 2>&1 | tee misc\agent_output.log`
|
||||
|
||||
`misc\build.bat clang-Debug`
|
||||
3. To see all available targets:
|
||||
// turbo
|
||||
`misc\agent_build.bat -showtargets 2>&1 | tee misc\agent_output.log`
|
||||
|
||||
4. Check build results by reading `misc\agent_output.log`.
|
||||
`misc\build.bat -showtargets`
|
||||
Reference in New Issue
Block a user