diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 13:00:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 13:27:15 -0500 |
commit | b6fc94063f6933d42c08cfc329c91e4837dc2249 (patch) | |
tree | 975e70e91792069470e8c0fe5069b30b2830d7a0 /profiles | |
parent | 49db7eda7f0695f3aa5927d0b7965d20c73ef5e1 (diff) | |
download | sbpython3-b6fc94063f6933d42c08cfc329c91e4837dc2249.tar.bz2 sbpython3-b6fc94063f6933d42c08cfc329c91e4837dc2249.tar.xz |
project: custom config: support --with[out]-pycompile, --with[out]-pydebug.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/osapi/modern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h index c3328af..e4d6a00 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -310,7 +310,6 @@ #define ENABLE_IPV6 1 #define WITH_DOC_STRINGS 1 #define WITH_LIBINTL 1 -#define WITH_PYMALLOC 1 #define WITH_THREAD 1 |