mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
python: set default stack size to 1MB
This commit is contained in:
parent
a2119c220f
commit
a95ba8739b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user