From e1b38ea82ee20ad8b10578e7244e292b3fac9ae8 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 12 Feb 2025 03:00:35 -0800 Subject: Update manpage environment variables and command line arguments (#129623) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- Python/initconfig.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Python') 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" -- cgit v1.2.3