remove section version_information for client

This commit is contained in:
Philippe Teuwen 2020-05-20 20:54:37 +02:00
commit e2a20631c7
5 changed files with 22 additions and 5 deletions

View file

@ -90,7 +90,7 @@ ifeq ($(NOERROR),1)
endif
CFLAGS ?= $(DEFCFLAGS)
CFLAGS += $(ARMCFLAGS) -c $(INCLUDE) -std=c99 $(APP_CFLAGS)
CFLAGS += $(ARMCFLAGS) -c $(INCLUDE) -std=c99 -DON_DEVICE $(APP_CFLAGS)
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-gc-sections -Wl,--build-id=none -n
LIBS = -lgcc