From 76f61bec5e3dea55b2b50f2e8009642977b414e5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 6 Mar 2013 18:59:09 +0100 Subject: [PATCH] Makefile: add commented-out tweak to generate link map Signed-off-by: Denys Vlasenko --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index aa1a5f4d..63249138 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- 2.40.0