diff options
author | Stefano Rivera <stefano@rivera.za.net> | 2025-02-12 03:00:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 13:00:35 +0200 |
commit | e1b38ea82ee20ad8b10578e7244e292b3fac9ae8 (patch) | |
tree | a9b4981b032ff696806dd92b64ac56f1c66a24bb /Python | |
parent | 555ee43d929ad4b917db2caee3f2c10a2636832c (diff) | |
download | cpython-e1b38ea82ee20ad8b10578e7244e292b3fac9ae8.tar.gz cpython-e1b38ea82ee20ad8b10578e7244e292b3fac9ae8.zip |
Update manpage environment variables and command line arguments (#129623)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Python')
-rw-r--r-- | Python/initconfig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c index 4db77ef47d2..1733ed05a3e 100644 --- a/Python/initconfig.c +++ b/Python/initconfig.c @@ -305,6 +305,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" |