mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
Force-enable assert on release mode Windows build (#440)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include "common/util/assert.h"
|
||||
#include "BasicBlocks.h"
|
||||
#include "decompiler/ObjectFile/LinkedObjectFile.h"
|
||||
#include "decompiler/Disasm/InstructionMatching.h"
|
||||
@@ -68,4 +68,4 @@ std::vector<BasicBlock> find_blocks_in_function(const LinkedObjectFile& file,
|
||||
|
||||
return basic_blocks;
|
||||
}
|
||||
} // namespace decompiler
|
||||
} // namespace decompiler
|
||||
|
||||
Reference in New Issue
Block a user