From: Keith Packard Date: Mon, 4 May 2020 17:35:23 +0000 (-0700) Subject: Create map file for all programs X-Git-Tag: 1.9.3~1^2~40 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0459a4c7239c3017a61926bc8aab59e556b7eb5e Create map file for all programs --- diff --git a/src/Makefile.defs b/src/Makefile.defs index d52cc706..d6244fee 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -18,7 +18,7 @@ WARN_FLAGS=-Wall -Wextra -Werror -Wcast-align \ -Wshadow \ -Warray-bounds=2 -OPT=-Os +OPT=-Os -Wl,-Map=$(PROGNAME)-$(VERSION).map NEWLIB_PRINTF_CFLAGS = -DNEWLIB_INTEGER_PRINTF_SCANF