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:
parent
29c0f82bba
commit
fddd3e0ba6
5 changed files with 22 additions and 12 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue