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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
description: Build the Juliet project using FastBuild
|
||||
---
|
||||
|
||||
// turbo-all
|
||||
|
||||
This workflow sets up the Juliet build environment and runs `fbuild`.
|
||||
@@ -8,8 +9,8 @@ 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 (msvc):
|
||||
`cmd /c "misc\shell.bat & fbuild msvc"`
|
||||
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"`
|
||||
`cmd /c "misc\shell.bat & fbuild -showtargets"`
|
||||
Reference in New Issue
Block a user