Added option for running with uncompressed .data section. Thanks @doegox

This commit is contained in:
gator96100 2020-12-28 22:48:41 +01:00
commit 11567dc2e3
4 changed files with 34 additions and 4 deletions

View file

@ -137,6 +137,9 @@ endif
ifneq ($(SKIP_HFPLOT),1)
PLATFORM_DEFS += -DWITH_HFPLOT
endif
ifeq ($(SKIP_COMPRESSION),1)
PLATFORM_DEFS += -DWITH_NO_COMPRESSION
endif
# Standalone mode
ifneq ($(strip $(filter $(PLATFORM_DEFS),$(STANDALONE_REQ_DEFS))),$(strip $(STANDALONE_REQ_DEFS)))