Commit 3cbb24d3 authored by Antoine Pitrou's avatar Antoine Pitrou

Encourage --with-pydebug rather than individual setting of debug options.

parent 0592be8f
This file describes some special Python build types enabled via
compile-time preprocessor defines.
It is best to define these options in the EXTRA_CFLAGS make variable;
IMPORTANT: if you want to build a debug-enabled Python, it is recommended
that you use ``./configure --with-pydebug``, rather than the options listed
here.
However, if you wish to define some of these options individually, it is best
to define them in the EXTRA_CFLAGS make variable;
``make EXTRA_CFLAGS="-DPy_REF_DEBUG"``.
---------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment