Skip to content

Commit 4720bc9

Browse files
encukouvstinner
andauthored
Apply suggestion from @vstinner
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 02617af commit 4720bc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/using/configure.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -788,10 +788,10 @@ also be used to improve performance.
788788
pointers to ``BASECFLAGS``:
789789

790790
- ``-fno-omit-frame-pointer`` and/or ``-mno-omit-leaf-frame-pointer``
791-
are added when the compiler supports them,
791+
are added when the compiler supports them.
792792
- ``-marm`` is added on 32-bit ARM when supported,
793-
- on s390x platforms, when supported, ``-mbackchain`` is added *instead*
794-
of the above frame pointer flags
793+
- on s390x platforms, when supported, ``-mbackchain`` is added *instead*.
794+
of the above frame pointer flags.
795795

796796
Frame pointers enable profilers, debuggers, and system tracing tools
797797
(``perf``, ``eBPF``, ``dtrace``, ``gdb``) to walk the C call stack

0 commit comments

Comments
 (0)