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.
This commit is contained in:
parent
c46d22e52e
commit
d0924f4585
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue