Skip to content

Commit 5bec323

Browse files
add a note about running make clean before or after re-running configure (#556)
1 parent e1d2dac commit 5bec323

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ Configuration is typically:
156156
More flags are available to ``configure``, but this is the minimum you should
157157
do to get a pydebug build of CPython.
158158

159+
.. note::
160+
You might need to run ``make clean`` before or after re-running ``configure``
161+
in a particular build directory.
162+
159163
Once ``configure`` is done, you can then compile CPython with:
160164

161165
.. code-block:: bash

0 commit comments

Comments
 (0)