File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
202202More flags are available to ``configure ``, but this is the minimum you should
203203do to get a pydebug build of CPython.
You can’t perform that action at this time.
0 commit comments