From a95ba8739bc4a1380fb01db414bfdafa95bb842f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 10 Aug 2021 14:13:14 +0300 Subject: [PATCH] python: set default stack size to 1MB --- extra/python/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/build b/extra/python/build index 4479e274..c99a7d50 100755 --- a/extra/python/build +++ b/extra/python/build @@ -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"