Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Configuration is typically:
More flags are available to ``configure``, but this is the minimum you should
do to get a pydebug build of CPython.

.. note::
You might need to run ``make clean`` before or after re-running ``configure``
in a particular build directory.

Once ``configure`` is done, you can then compile CPython with:

.. code-block:: bash
Expand Down