File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,14 +197,15 @@ Configuration is typically::
197197More flags are available to ``configure ``, but this is the minimum you should
198198do 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 ``
You can’t perform that action at this time.
0 commit comments