Fix error in condition in mimalloc (#3735)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user