diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/configure.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index 6fd623c..e7733a6 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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 |