Skip to content

Commit 1d7a376

Browse files
committed
docs: use noopt instead of nopt
Closes #49.
1 parent 29f552e commit 1d7a376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/building.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ If building CPython 3.8+, there are the following additional requirements:
6363
To build a Python distribution for Windows x64::
6464

6565
# From a Visual Studio 2017/2019 x64 native tools command prompt:
66-
$ py.exe build-windows.py --profile static-nopt
66+
$ py.exe build-windows.py --profile static-noopt
6767

6868
It is also possible to build a more traditional dynamically linked
6969
distribution, optionally with PGO optimizations::
7070

71-
$ py.exe build-windows.py --profile shared-nopt
71+
$ py.exe build-windows.py --profile shared-noopt
7272
$ py.exe build-windows.py --profile shared-pgo
7373

7474
If building CPython 3.8+, you will need to specify the path to a

0 commit comments

Comments
 (0)