We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d983c + f359134 commit f09c27dCopy full SHA for f09c27d
1 file changed
Makefile
@@ -8,7 +8,7 @@
8
include tools/config.mk
9
10
## Initializers
11
-CFLAGS:=-D__WOLFBOOT -DWOLFBOOT_VERSION=$(WOLFBOOT_VERSION)UL
+CFLAGS:=-D__WOLFBOOT -DWOLFBOOT_VERSION=$(WOLFBOOT_VERSION)UL -ffunction-sections -fdata-sections
12
LSCRIPT:=config/target.ld
13
LDFLAGS:=-T $(LSCRIPT) -Wl,-gc-sections -Wl,-Map=wolfboot.map -ffreestanding -nostartfiles
14
OBJS:= \
0 commit comments