Skip to content

Commit

Permalink
pythonGH-126748: amend configure.rst description for the 'build_wasm'…
Browse files Browse the repository at this point in the history
… make target (python#126687)

Clarified the documentation around how the build_wasm target is selected.
  • Loading branch information
hoodmane authored Nov 16, 2024
1 parent 544b001 commit 2313f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2313f84

Please sign in to comment.