From 6397c720e85a5e4e3dc69c75fe11a1dbc2b6f0b8 Mon Sep 17 00:00:00 2001 From: Shawn Chain Date: Mon, 18 May 2020 12:19:22 +0800 Subject: [PATCH] Generate bin map file for analysis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c53aa9e..cd29ef8 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ LDFLAGS_F722 =-T stm32f722_link.ld $(MCFLAGS_F7) --specs=nosys.specs $(INCLUDES_ # Common flags CFLAGS=-Os -ffunction-sections -fdata-sections -fno-builtin -Wno-implicit -DCUSTOM_NEW -DNO_EXCEPTIONS CXXFLAGS=-Os -fno-exceptions -ffunction-sections -fdata-sections -fno-builtin -fno-rtti -DCUSTOM_NEW -DNO_EXCEPTIONS -LDFLAGS=-Os --specs=nano.specs +LDFLAGS=-Os --specs=nano.specs -Wl,-Map=bin/mmdvm.map # Build Rules .PHONY: all release dis pi pi-f722 f4m nucleo f767 dvm drcc_nqf clean