GH-126748: amend configure.rst description for the 'build_wasm' make target (#126687)

Clarified the documentation around how the build_wasm target is selected.
This commit is contained in:
Hood Chatham 2024-11-16 02:46:39 +01:00 committed by GitHub
parent 544b001b23
commit 2313f84210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1088,7 +1088,8 @@ CPython project) this is usually the ``all`` target. The
all`` will build. The three choices are:
* ``profile-opt`` (configured with ``--enable-optimizations``)
* ``build_wasm`` (configured with ``--with-emscripten-target``)
* ``build_wasm`` (chosen if the host platform matches ``wasm32-wasi*`` or
``wasm32-emscripten``)
* ``build_all`` (configured without explicitly using either of the others)
Depending on the most recent source file changes, Make will rebuild