Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from review
Co-authored-by: Hugo van Kemenade <[email protected]>
Co-authored-by: Bartosz Sławecki <[email protected]>
  • Loading branch information
johnslavik and hugovk authored Apr 24, 2026
commit a828b9b11a738400adacdfa95341bc54558a9ede
7 changes: 3 additions & 4 deletions getting-started/setup-building.rst
Comment thread
johnslavik marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,12 @@ More flags are available to ``configure``, but this is the minimum you should
do to get a pydebug build of CPython.

.. tip::
To speed up repeated ``configure`` runs, use ``--config-cache`` (short:
``-C``, equivalent: ``--cache-file=config.cache``)::
To speed up repeated ``configure`` runs, use ``--config-cache`` (equivalent to ``--cache-file=config.cache``, short: ``-C``)::

$ ./configure --config-cache --with-pydebug

This caches results in a ``config.cache`` file. If you switch compilers or
significantly change your build environment, delete ``config.cache`` before
This caches results in a :file:`config.cache` file. If you switch compilers or
significantly change your build environment, delete :file:`config.cache` before
re-running ``configure``.

.. note::
Expand Down
Loading