-
-
Notifications
You must be signed in to change notification settings - Fork 112
Garbage-Free Analyzer #227
Copy link
Copy link
Open
Description
Simply adding bflat build --stdlib:zero makes the build run without a GC, but since objects can still be freely declared and never collected, memory leaks occur. To ensure that code requiring a GC (for example, new class) causes a build failure, how can this be enforced?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels