Skip to content

Commit 05ad04c

Browse files
committed
gh-1547: Also mention --cache-file=config.cache alias
1 parent 30a3410 commit 05ad04c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

getting-started/setup-building.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ Configuration is typically::
194194

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

197-
The ``--config-cache`` (``-C``) option speeds up repeated ``configure`` runs
198-
by caching results in a ``config.cache`` file. If you switch compilers or
199-
significantly change your build environment, delete ``config.cache`` before
200-
re-running ``configure``.
197+
The ``--config-cache`` (short: ``-C``, equivalent: ``--cache-file=config.cache``)
198+
option speeds up repeated ``configure`` runs by caching results in a
199+
``config.cache`` file. If you switch compilers or significantly change your
200+
build environment, delete ``config.cache`` before re-running ``configure``.
201201

202202
More flags are available to ``configure``, but this is the minimum you should
203203
do to get a pydebug build of CPython.

0 commit comments

Comments
 (0)