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 53c28e5 commit d7e9e72Copy full SHA for d7e9e72
Doc/using/configure.rst
@@ -907,9 +907,10 @@ Security Options
907
The settings ``python`` and *STRING* also set TLS 1.2 as minimum
908
protocol version.
909
910
-.. option:: --disable-openssf-guide=[yes|no|default=no]
+.. option:: --disable-openssf-guide=[yes|no|default=yes]
911
912
Disable compiler options that are recommended by `OpenSSF`_ for security reasons.
913
+ If this option is not enabled, CPython will be build based on the `OpenSSF`_ compiler option guides.
914
915
.. _OpenSSF: https://openssf.org/
916
0 commit comments