mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +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
|
-Wincompatible-pointer-types
|
||||||
-Wnonnull-compare
|
-Wnonnull-compare
|
||||||
-fexceptions
|
-fexceptions
|
||||||
-fno-lto
|
|
||||||
-Wpointer-arith
|
-Wpointer-arith
|
||||||
build_flags = ${esp_defaults.build_flags}
|
build_flags = ${esp_defaults.build_flags}
|
||||||
; comment next line to disable IPv6 support
|
; comment next line to disable IPv6 support
|
||||||
@ -17,7 +16,6 @@ build_flags = ${esp_defaults.build_flags}
|
|||||||
-Wno-switch-unreachable
|
-Wno-switch-unreachable
|
||||||
-Wno-stringop-overflow
|
-Wno-stringop-overflow
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
-flto=auto
|
|
||||||
-DBUFFER_LENGTH=128
|
-DBUFFER_LENGTH=128
|
||||||
-DHTTP_UPLOAD_BUFLEN=2048
|
-DHTTP_UPLOAD_BUFLEN=2048
|
||||||
-DMQTT_MAX_PACKET_SIZE=1200
|
-DMQTT_MAX_PACKET_SIZE=1200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user