mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
remove LTO settings in build flags (#22302)
since LTO is now standard in Tasmota Arduino framework
This commit is contained in:
parent
aed98a6b64
commit
0f84211898
@ -8,7 +8,6 @@ build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wincompatible-pointer-types
|
||||
-Wnonnull-compare
|
||||
-fexceptions
|
||||
-fno-lto
|
||||
-Wpointer-arith
|
||||
build_flags = ${esp_defaults.build_flags}
|
||||
; comment next line to disable IPv6 support
|
||||
@ -17,7 +16,6 @@ build_flags = ${esp_defaults.build_flags}
|
||||
-Wno-switch-unreachable
|
||||
-Wno-stringop-overflow
|
||||
-fno-exceptions
|
||||
-flto=auto
|
||||
-DBUFFER_LENGTH=128
|
||||
-DHTTP_UPLOAD_BUFLEN=2048
|
||||
-DMQTT_MAX_PACKET_SIZE=1200
|
||||
|
Loading…
x
Reference in New Issue
Block a user