mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.13] Update manpage environment variables and command line arguments (GH-129623) (#130078)
Co-authored-by: Stefano Rivera <stefano@rivera.za.net> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
32158ea476
commit
9e23e0ad2c
2 changed files with 240 additions and 138 deletions
|
@ -213,6 +213,8 @@ The following implementation-specific options are available:\n\
|
|||
-X no_debug_ranges: don't include extra location information in code objects;\n\
|
||||
also PYTHONNODEBUGRANGES\n\
|
||||
-X perf: support the Linux \"perf\" profiler; also PYTHONPERFSUPPORT=1\n\
|
||||
-X perf_jit: support the Linux \"perf\" profiler with DWARF support;\n\
|
||||
also PYTHON_PERF_JIT_SUPPORT=1\n\
|
||||
"
|
||||
#ifdef Py_DEBUG
|
||||
"-X presite=MOD: import this module before site; also PYTHON_PRESITE\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue