Enable pymalloc by default in the Windows build.
This commit is contained in:
parent
76fffd81e9
commit
b26f3639ed
|
@ -506,6 +506,9 @@ typedef int pid_t;
|
|||
/* Define if you want cycle garbage collection */
|
||||
#define WITH_CYCLE_GC 1
|
||||
|
||||
/* Use Python's own small-block memory-allocator. */
|
||||
#define WITH_PYMALLOC 1
|
||||
|
||||
/* Define if you have clock. */
|
||||
/* #define HAVE_CLOCK */
|
||||
|
||||
|
|
Loading…
Reference in New Issue