python: set default stack size to 1MB

This commit is contained in:
Dylan Araps 2021-08-10 14:13:14 +03:00
parent a2119c220f
commit a95ba8739b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -21,7 +21,7 @@ patch -p1 < python3-always-pip.patch
--with-ensurepip=yes \
--without-doc-strings
make
make EXTRA_CFLAGS="$CFLAGS -DTHREAD_STACK_SIZE=0x100000"
make install
ln -s python3 "$1/usr/bin/python"