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
@@ -4,7 +4,7 @@
*/
#include <algorithm>
#include <cassert>
#include "common/util/assert.h"
#include <cstring>
#include <numeric>
#include "decompiler/IR/IR.h"