From e844dd519940ca374021b5d9776ab99dded9ab2f Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 15 Feb 2021 20:03:43 +0100 Subject: fw: add basic driver for high-g accelerometer --- prototype/fw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototype/fw/Makefile') diff --git a/prototype/fw/Makefile b/prototype/fw/Makefile index 32ded36..f61e949 100644 --- a/prototype/fw/Makefile +++ b/prototype/fw/Makefile @@ -125,7 +125,7 @@ CXXFLAGS += -I. LDFLAGS += $(ARCH_FLAGS) $(SYSTEM_FLAGS) LIBS += -lgcc -LDFLAGS += -Wl,--gc-sections +#LDFLAGS += -Wl,--gc-sections LINKMEM_FLAGS ?= --trim-stubs=startup.o --trace-sections .isr_vector --highlight-subdirs $(BUILDDIR) -- cgit