Skip to content
Closed
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 getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ Configuration is typically::

$ ./configure --with-pydebug

For faster edit-configure-build-test loops, you can enable Autoconf's cache
with ``./configure -C`` (equivalent to ``./configure --config-cache``), which
reuses previous probe results when possible.

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

Expand Down