diff options
author | midipix <writeonce@midipix.org> | 2018-12-25 13:00:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-25 13:28:11 -0500 |
commit | 1489635e20f35236840fb3701dc74de718bd12ce (patch) | |
tree | 4648c93aa0be679c5c264665f5c12298d75a8021 /profiles | |
parent | 9824cf521aebb6537e1ea1e2d94878fe70454e95 (diff) | |
download | sbpython2-1489635e20f35236840fb3701dc74de718bd12ce.tar.bz2 sbpython2-1489635e20f35236840fb3701dc74de718bd12ce.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 4aedf4e..3ef51c8 100644 --- a/profiles/osapi/modern.h +++ b/profiles/osapi/modern.h @@ -252,7 +252,6 @@ #define ENABLE_IPV6 1 #define WITH_DOC_STRINGS 1 #define WITH_LIBINTL 1 -#define WITH_PYMALLOC 1 #define WITH_THREAD 1 |