Force-enable assert on release mode Windows build (#440)

This commit is contained in:
ManDude
2021-05-11 04:03:56 +01:00
committed by GitHub
parent 370ac4f64a
commit fef9b139d7
74 changed files with 100 additions and 78 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
*/
#include "InstructionDecode.h"
#include <cassert>
#include "common/util/assert.h"
#include "decompiler/ObjectFile/LinkedObjectFile.h"
namespace decompiler {