Skip to content

Commit 166bf7e

Browse files
Doc tweaks
1 parent fc6d6be commit 166bf7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/using/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ also be used to improve performance.
782782

783783
.. option:: --without-frame-pointers
784784

785-
Build without frame pointers (enabled by default, see :pep:`831`).
785+
Disable frame pointers, which are enabled by default (see :pep:`831`).
786786

787787
By default, the build appends ``-fno-omit-frame-pointer`` and
788788
``-mno-omit-leaf-frame-pointer`` to ``BASECFLAGS`` so profilers,

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ Build changes
19851985

19861986
* CPython is now built with frame pointers enabled by default
19871987
(:pep:`831`). Pass :option:`--without-frame-pointers` to opt out.
1988-
(Contributed by Pablo Galindo Salgado and Savannah Ostrowski in :gh:`149202`.)
1988+
(Contributed by Pablo Galindo Salgado and Savannah Ostrowski in :gh:`149201`.)
19891989

19901990
.. _whatsnew315-windows-tail-calling-interpreter:
19911991

0 commit comments

Comments
 (0)