Skip to content

Commit c2cf29a

Browse files
committed
readme: update instructions for Windows shared builds
1 parent 159de35 commit c2cf29a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ To build a Python distribution for Windows x64::
6767
# From a Visual Studio 2017 x64 native tools command prompt:
6868
$ py.exe build-windows.py
6969

70+
It is also possible to build a more traditional dynamically linked
71+
distribution, optionally with PGO optimizations::
72+
73+
$ py.exe build-windows.py --profile shared
74+
$ py.exe build-windows.py --profile shared-pgo
75+
7076
Requirements
7177
============
7278

0 commit comments

Comments
 (0)