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
@@ -3,7 +3,7 @@
* Utilities for checking if an instruction matches some criteria.
*/
#include <cassert>
#include "common/util/assert.h"
#include "InstructionMatching.h"
namespace decompiler {