diff --git a/Makefile.include b/Makefile.include index 49c6000be..f51cfc231 100644 --- a/Makefile.include +++ b/Makefile.include @@ -33,6 +33,8 @@ CFLAGS += $(OPTFLAGS) \ -fno-common \ -fno-exceptions \ -fvisibility=internal \ + -ffunction-sections \ + -fdata-sections \ -mcpu=cortex-m3 \ -mthumb \ -msoft-float \