We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159de35 commit c2cf29aCopy full SHA for c2cf29a
README.rst
@@ -67,6 +67,12 @@ To build a Python distribution for Windows x64::
67
# From a Visual Studio 2017 x64 native tools command prompt:
68
$ py.exe build-windows.py
69
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
76
Requirements
77
============
78
0 commit comments