From f60fcd1bb7b1044a7da5f6ecff89289f091a2773 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 22 Oct 2015 14:47:59 -0400 Subject: hey --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 58098f5..a552764 100644 --- a/common.mk +++ b/common.mk @@ -32,7 +32,7 @@ OUTNAME=output.elf # Flags for programs AFLAGS:=$(MCUAFLAGS) ARFLAGS:=$(MCUCFLAGS) -CCFLAGS:=-c -Wall $(MCUCFLAGS) -Os -ffunction-sections -fsigned-char -fomit-frame-pointer -fsingle-precision-constant +CCFLAGS:=-s -c -Wall $(MCUCFLAGS) -Os -ffunction-sections -fsigned-char -fomit-frame-pointer -fsingle-precision-constant CFLAGS:=$(CCFLAGS) -std=gnu99 -Werror=implicit-function-declaration CPPFLAGS:=$(CCFLAGS) -fno-exceptions -fno-rtti -felide-constructors LDFLAGS:=-Wall $(MCUCFLAGS) $(MCULFLAGS) -Wl,--gc-sections -- cgit v1.2.3