Skip to content

Commit b7006c3

Browse files
committed
Document -X perf_jit in --help-xoptions
1 parent a715cfe commit b7006c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/initconfig.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ The following implementation-specific options are available:\n\
305305
-X no_debug_ranges: don't include extra location information in code objects;\n\
306306
also PYTHONNODEBUGRANGES\n\
307307
-X perf: support the Linux \"perf\" profiler; also PYTHONPERFSUPPORT=1\n\
308+
-X perf_jit: support the Linux \"perf\" profiler with DWARF support;\n\
309+
also PYTHON_PERF_JIT_SUPPORT=1\n\
308310
"
309311
#ifdef Py_DEBUG
310312
"-X presite=MOD: import this module before site; also PYTHON_PRESITE\n"

0 commit comments

Comments
 (0)