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

Skip to content

Commit f9a2af1

Browse files
committed
gh-1547: Use tip admonition for --config-cache
1 parent 7e8285f commit f9a2af1

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

getting-started/setup-building.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,15 @@ Configuration is typically::
197197
More flags are available to ``configure``, but this is the minimum you should
198198
do to get a pydebug build of CPython.
199199

200-
To speed up repeated ``configure`` runs, use ``--config-cache`` (short: ``-C``,
201-
equivalent: ``--cache-file=config.cache``)::
200+
.. tip::
201+
To speed up repeated ``configure`` runs, use ``--config-cache`` (short:
202+
``-C``, equivalent: ``--cache-file=config.cache``)::
202203

203-
$ ./configure --config-cache --with-pydebug
204+
$ ./configure --config-cache --with-pydebug
204205

205-
This caches results in a ``config.cache`` file. If you switch compilers or
206-
significantly change your build environment, delete ``config.cache`` before
207-
re-running ``configure``.
206+
This caches results in a ``config.cache`` file. If you switch compilers or
207+
significantly change your build environment, delete ``config.cache`` before
208+
re-running ``configure``.
208209

209210
.. note::
210211
You might need to run ``make clean`` before or after re-running ``configure``

0 commit comments

Comments
 (0)