mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
Force-enable assert on release mode Windows build (#440)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include "common/util/assert.h"
|
||||
#include <cstring>
|
||||
#include <numeric>
|
||||
#include "decompiler/IR/IR.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* This implements a decoder for the GOAL linking format.
|
||||
*/
|
||||
|
||||
#include <cassert>
|
||||
#include "common/util/assert.h"
|
||||
#include <cstring>
|
||||
#include "LinkedObjectFileCreation.h"
|
||||
#include "decompiler/config.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include "common/util/assert.h"
|
||||
|
||||
#include "common/common_types.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#ifndef JAK2_DISASSEMBLER_OBJECTFILEDB_H
|
||||
#define JAK2_DISASSEMBLER_OBJECTFILEDB_H
|
||||
|
||||
#include <cassert>
|
||||
#include "common/util/assert.h"
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user