Kaydet (Commit) d0924f45 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add a simple way to enable purify; now you can set the Make variable

PURIFY (e.g. in the Setup file or on the make command line) to point
to the purify command, to run purify.
üst c46d22e5
......@@ -70,7 +70,7 @@ INSTALL_SHARED= ${INSTALL} -m 555
# === Variables that are customizable by hand or by inclusion in Setup ===
LINKCC= $(CC)
LINKCC= $(PURIFY) $(CC)
INCLDIR= $(srcdir)/../Include
CONFIGINCLDIR= ..
CFLAGS= $(OPT) -I$(INCLDIR) -I$(CONFIGINCLDIR) $(DEFS)
......
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