Commit Diff
--- diff/Makefile +++ diff/Makefile @@ -20,10 +20,10 @@ CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib #CPPFLAGS += -DDIFF_NO_MMAP .if defined(PROFILE) -CFLAGS = -pg -LDADD = -pg -lutil_p -lz_p -lc_p +CFLAGS = -O0 -pg -g +LDFLAGS = -pg -lc_p -lutil_p -lz_p -static .else -LDADD = -lutil -lz +LDFLAGS = -lutil -lz .endif .if ${DIFF_RELEASE} != "Yes"