Makefile: add commented-out tweak to generate link map

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2013-03-06 18:59:09 +01:00
parent 61ad0a401c
commit 76f61bec5e

View File

@ -20,6 +20,8 @@ strace_SOURCES = strace.c syscall.c count.c util.c desc.c file.c ipc.c \
scsi.c stream.c block.c pathtrace.c mtd.c vsprintf.c \
loop.c
noinst_HEADERS = defs.h
# Enable this to get link map generated
#strace_CFLAGS = $(AM_CFLAGS) -Wl,-Map=strace.mapfile
EXTRA_DIST = $(man_MANS) errnoent.sh signalent.sh syscallent.sh ioctlsort.c \
debian/changelog debian/compat debian/control debian/copyright \