mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Use linker Option lto
This commit is contained in:
parent
9136a7d3aa
commit
9ca01dcc54
@ -7,11 +7,13 @@ build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wincompatible-pointer-types
|
||||
-Wnonnull-compare
|
||||
-fexceptions
|
||||
-fno-lto
|
||||
-Wpointer-arith
|
||||
build_flags = ${esp_defaults.build_flags}
|
||||
-Wno-switch-unreachable
|
||||
-Wno-stringop-overflow
|
||||
-fno-exceptions
|
||||
-flto
|
||||
-DBUFFER_LENGTH=128
|
||||
-DHTTP_UPLOAD_BUFLEN=2048
|
||||
-DMQTT_MAX_PACKET_SIZE=1200
|
||||
|
Loading…
x
Reference in New Issue
Block a user