1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

BeefySysLib Release Static building

This commit is contained in:
Brian Fiete 2025-01-17 10:20:20 -08:00
parent 29c0f82bba
commit fddd3e0ba6
5 changed files with 22 additions and 12 deletions

View file

@ -858,8 +858,7 @@ namespace IDE
if ((workspaceOptions.mEnableObjectDebugFlags)
|| (workspaceOptions.mAllocType == .Debug)
|| (workspaceOptions.mAllocType == .Stomp)
|| (workspaceOptions.mAllocStackTraceDepth > 0))
|| (workspaceOptions.mAllocType == .Stomp))
{
outDbg.Append("Beef", IDEApp.sRTVersionStr, "Dbg");
outDbg.Append((Workspace.PlatformType.GetPtrSizeByName(gApp.mPlatformName) == 4) ? "32" : "64");