mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Add StompAlloc workspace alloc option
This commit is contained in:
parent
949bc209d3
commit
a77a95b71b
7 changed files with 40 additions and 13 deletions
|
@ -745,6 +745,9 @@ namespace IDE.Compiler
|
|||
optionFlags |= .DebugAlloc;
|
||||
mallocLinkName = "";
|
||||
freeLinkName = "";
|
||||
case .Stomp:
|
||||
mallocLinkName = "StompAlloc";
|
||||
freeLinkName = "StompFree";
|
||||
case .CRT:
|
||||
mallocLinkName = "malloc";
|
||||
freeLinkName = "free";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue