File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change
1
+ ES8266: add CFLAGs to shrink binaray files (fix #1499)
1
2
ESP32: update sdk to esp-idf 3.0.1, set Espruino build tools back to master branch
2
3
Allow changeInterval with large (>32 bit) intervals (fix #1438)
3
4
changeInterval now changes the interval immediately when it's called inside the interval it is changing (fix #1440)
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ CFLAGS+= -fno-builtin \
63
63
-Wno-maybe-uninitialized -Wno-old-style-declaration -Wno-conversion -Wno-unused-variable \
64
64
-Wno-unused-parameter -Wno-ignored-qualifiers -Wno-discarded-qualifiers -Wno-float-conversion \
65
65
-Wno-parentheses -Wno-type-limits -Wno-unused-function -Wno-unused-value \
66
- -Wl,EL -Wl,--gc-sections -nostdlib -mlongcalls -mtext-section-literals
66
+ -Wl,EL -Wl,--gc-sections -nostdlib -mlongcalls -mtext-section-literals \
67
+ -fno-guess-branch-probability -freorder-blocks-and-partition -fno-cse-follow-jumps
67
68
68
69
# only use mfore-l32 if 4MB board for now
69
70
ifdef FLASH_4MB
You can’t perform that action at this time.
0 commit comments