From 8390c4650314f2286d7c52f76d0d1a8902f95453 Mon Sep 17 00:00:00 2001 From: daan Date: Mon, 15 Jul 2019 17:38:16 -0700 Subject: [PATCH] disable JustMyCode debugging and whole program optimization as it seems to cause compiler errors sometimes --- ide/vs2017/mimalloc-override.vcxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ide/vs2017/mimalloc-override.vcxproj b/ide/vs2017/mimalloc-override.vcxproj index 794da054..5fe9f10e 100644 --- a/ide/vs2017/mimalloc-override.vcxproj +++ b/ide/vs2017/mimalloc-override.vcxproj @@ -95,6 +95,7 @@ ../../include MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;_MBCS;%(PreprocessorDefinitions); MultiThreadedDebugDLL + false @@ -122,6 +123,7 @@ ../../include MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;_MBCS;%(PreprocessorDefinitions); MultiThreadedDebugDLL + false @@ -152,7 +154,7 @@ MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;_MBCS;%(PreprocessorDefinitions);NDEBUG AssemblyAndSourceCode $(IntDir) - true + false MultiThreadedDLL @@ -184,7 +186,7 @@ MI_SHARED_LIB;MI_SHARED_LIB_EXPORT;MI_MALLOC_OVERRIDE;_MBCS;%(PreprocessorDefinitions);NDEBUG AssemblyAndSourceCode $(IntDir) - true + false MultiThreadedDLL