Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49ab700

Browse files
committed
Clarify usage of OPT by noting that if it is set the default values will be
left out.
1 parent b180c06 commit 49ab700

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Misc/SpecialBuilds.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ This file describes some special Python build types enabled via
22
compile-time preprocessor defines.
33

44
It is best to define these options in the OPT environment variable;
5-
``OPT="-DPy_REF_DEBUG" ./configure``.
5+
``OPT="-DPy_REF_DEBUG" ./configure``. If you want the default values of
6+
OPT to also be included you will need to add them in yourself manually.
67

78
---------------------------------------------------------------------------
89
Py_REF_DEBUG introduced in 1.4

0 commit comments

Comments
 (0)