Skip to content

Commit e757326

Browse files
committedDec 2, 2021
Remove unnecessary configure options
* ``--enable-big-digits=30`` is now default for wasm platforms, see emmatyping#20 * ``--with-ensurepip=no`` is now default for emscripten platform, see emmatyping#23 * ``--disable-ipv6`` was never necessary, we have ``ac_cv_buggy_getaddrinfo=no``

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build-python-host-emscripten.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ embuilder build zlib
1010

1111
pushd cpython/builddir/host
1212
cp ../../../config.site-wasm config.site-wasm
13-
CONFIG_SITE=config.site-wasm READELF=true ZLIB_LIBS="-s USE_ZLIB" emconfigure ../../configure -C --without-pymalloc --enable-big-digits=30 --with-pydebug --with-ensurepip=no --disable-ipv6 --host=wasm32-unknown-emscripten --build=$(../../config.guess) --with-build-python=$(pwd)/../build/python --with-freeze-module=$(pwd)/../build/Programs/_freeze_module
13+
CONFIG_SITE=config.site-wasm READELF=true ZLIB_LIBS="-s USE_ZLIB" emconfigure ../../configure -C --without-pymalloc --with-pydebug --host=wasm32-unknown-emscripten --build=$(../../config.guess) --with-build-python=$(pwd)/../build/python --with-freeze-module=$(pwd)/../build/Programs/_freeze_module
1414

1515
# Use Setup.stdlib and force rebuild of Makefile
1616
ln -sfr Modules/Setup.stdlib Modules/Setup.local

0 commit comments

Comments
 (0)
Please sign in to comment.