Files
Juliet/.agent/workflows/build.md
Patedam 7328d02d3d Converted Descriptor heap to memory arena. Used Gemini with antigravity.
Heap pool code is a mess right now (lot of useless comments)
Will revisit later.
2026-01-18 14:33:52 -05:00

405 B

description
description
Build the Juliet project using FastBuild

// turbo-all

This workflow sets up the Juliet build environment and runs fbuild.

  1. To build a specific configuration (e.g., msvc-Debug): cmd /c "misc\shell.bat & fbuild msvc-Debug"

  2. To build the default clang: cmd /c "misc\shell.bat & fbuild clang"

  3. To see all available targets: cmd /c "misc\shell.bat & fbuild -showtargets"