mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 06:39:09 -04:00
added size optimizations
This commit is contained in:
@@ -2,6 +2,16 @@ esphome:
|
|||||||
name: batteries
|
name: batteries
|
||||||
friendly_name: batteries
|
friendly_name: batteries
|
||||||
|
|
||||||
|
platformio_options:
|
||||||
|
build_unflags:
|
||||||
|
- -fno-lto
|
||||||
|
- -Og
|
||||||
|
- -O0
|
||||||
|
build_flags:
|
||||||
|
- -flto
|
||||||
|
- -Os
|
||||||
|
- -Wl,--gc-sections
|
||||||
|
|
||||||
esp32:
|
esp32:
|
||||||
board: esp32dev
|
board: esp32dev
|
||||||
framework:
|
framework:
|
||||||
|
|||||||
Reference in New Issue
Block a user