We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe3977 commit b024386Copy full SHA for b024386
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 -free -fipa-pta
+CFLAGS = -W -Wall -g -O2 -Wpointer-arith -Wl,-EL -nostdlib -mlongcalls -mno-text-section-literals -ffunction-sections -fdata-sections -Werror -free -fipa-pta -mextra-l32r-costs=5
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