Skip to content

Commit

Permalink
DOCS fix configure.rst description of when build_wasm is the all target
Browse files Browse the repository at this point in the history
It has nothing to do with `--with-emscripten-target` but rather is selected when
the host is either wasm32-wasi or wasm32-emscripten.
  • Loading branch information
hoodmane committed Nov 11, 2024
1 parent 6ee542d commit bf8c800
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 @@ -1097,7 +1097,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 is either `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 bf8c800

Please sign in to comment.