Fix error in condition in mimalloc (#3735)

This commit is contained in:
LepilkinaElena
2019-12-30 11:02:10 +03:00
committed by GitHub
parent 3c90299f2d
commit d7a45faf33
@@ -17,7 +17,7 @@ terms of the MIT license. A copy of the license can be found in the file
// ------------------------------------------------------
// Define NDEBUG in the release version to disable assertions.
#if !KONAN_MI_MALLOC
#if KONAN_MI_MALLOC
#define NDEBUG
#endif