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
@@ -1,5 +1,5 @@
#include <stdexcept>
#include <cassert>
#include "common/util/assert.h"
#include "DataParser.h"
#include "third-party/fmt/core.h"