From 3a39a9b64eb8dc19044498c17617c97976c6831c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 13 Jul 2020 16:21:29 +0200 Subject: [PATCH] rev temporarily -fno-common as we can't have shorter BigBuf. Mem allocs will need to be sorted out. --- armsrc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/Makefile b/armsrc/Makefile index 0db9dc8ef..1bbbf2ba7 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -20,7 +20,7 @@ endif #in the next section to remove that particular feature from compilation. # NO space,TABs after the "\" sign. APP_CFLAGS = $(PLATFORM_DEFS) \ - -ffunction-sections -fdata-sections -fno-common + -ffunction-sections -fdata-sections SRC_LF = lfops.c lfsampling.c pcf7931.c lfdemod.c lfadc.c SRC_ISO15693 = iso15693.c iso15693tools.c