mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Comptime debugging fix with non-incremental builds (ie: Release)
This commit is contained in:
parent
cab7f3cdb7
commit
18794e7db6
3 changed files with 25 additions and 12 deletions
|
@ -8487,6 +8487,8 @@ CeMachine::CeMachine(BfCompiler* compiler)
|
|||
|
||||
CeMachine::~CeMachine()
|
||||
{
|
||||
BF_ASSERT(mDebugger == NULL);
|
||||
|
||||
for (auto context : mContextList)
|
||||
delete context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue