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 @@
* Utility class to read a .STR file and extract the full file name.
*/
#include <cassert>
#include "common/util/assert.h"
#include <cstring>
#include "common/util/FileUtil.h"
#include "game/common/overlord_common.h"