Create map file for all programs
authorKeith Packard <keithp@keithp.com>
Mon, 4 May 2020 17:35:23 +0000 (10:35 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 22 May 2020 05:04:46 +0000 (22:04 -0700)
src/Makefile.defs

index d52cc7061616fd31d9ccec38339bd5e1e67db91a..d6244feedd159a74d0aed70d4076502a1cb59338 100644 (file)
@@ -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