diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index d35eece2f..15b19d401 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -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