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