We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dca786f commit 28bebadCopy full SHA for 28bebad
conf/esp8266.mk
@@ -10,7 +10,7 @@ BUILD = esp8266
10
# C compiler, linker, and static library builder.
11
TOOLCHAIN_PREFIX := xtensa-lx106-elf-
12
CC := $(TOOLCHAIN_PREFIX)gcc
13
-CFLAGS = -W -Wall -g -O2 -Wpointer-arith -Wl,-EL -nostdlib -mlongcalls -mno-text-section-literals -ffunction-sections -fdata-sections -Werror
+CFLAGS = -W -Wall -g -O2 -Wpointer-arith -Wl,-EL -nostdlib -mlongcalls -mno-text-section-literals -ffunction-sections -fdata-sections -Werror -free -fipa-pta
14
CFLAGS += -D__ets__ -DICACHE_FLASH -DESP8266 -DBR_SLOW_MUL15=1 -DPGM_READ_UNALIGNED=0
15
LD := $(TOOLCHAIN_PREFIX)ld
16
AR := $(TOOLCHAIN_PREFIX)ar
0 commit comments