From 711ae145418b6048234653d0fbba38020fb89333 Mon Sep 17 00:00:00 2001 From: "Lamarre, Mathieu" Date: Thu, 31 Aug 2017 09:43:07 -0400 Subject: [PATCH] Define _DEBUG to 1 to do exactly like /LDd, /MDd or /MTd compiler options --- Lib/python/pyruntime.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/python/pyruntime.swg b/Lib/python/pyruntime.swg index fad97be9f..26d3081a0 100644 --- a/Lib/python/pyruntime.swg +++ b/Lib/python/pyruntime.swg @@ -3,7 +3,7 @@ /* Use debug wrappers with the Python release dll */ # undef _DEBUG # include -# define _DEBUG +# define _DEBUG 1 #else # include #endif