remove LTO settings in build flags (#22302)

since LTO is now standard in Tasmota Arduino framework
This commit is contained in:
Jason2866 2024-10-16 13:55:15 +02:00 committed by GitHub
parent aed98a6b64
commit 0f84211898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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