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 a715cfe commit b7006c3Copy full SHA for b7006c3
Python/initconfig.c
@@ -305,6 +305,8 @@ The following implementation-specific options are available:\n\
305
-X no_debug_ranges: don't include extra location information in code objects;\n\
306
also PYTHONNODEBUGRANGES\n\
307
-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\
310
"
311
#ifdef Py_DEBUG
312
"-X presite=MOD: import this module before site; also PYTHON_PRESITE\n"
0 commit comments