Revert compile option -mno-target-align

Revert compile option -mno-target-align (hopefully) fixing watchdog exceptions.
This commit is contained in:
Theo Arends 2020-12-08 14:31:41 +01:00
parent 80434500da
commit 5e87bbecfc
1 changed files with 5 additions and 4 deletions

View File

@ -100,13 +100,14 @@ extra_scripts = pio-tools/strip-floats.py
[esp_defaults] [esp_defaults]
; *** remove undesired all warnings ; *** remove undesired all warnings
build_unflags = -mtarget-align build_unflags = -Wall
-Wall ; -mtarget-align
-Wdeprecated-declarations -Wdeprecated-declarations
build_flags = -mno-target-align build_flags = -Wno-deprecated-declarations
; -mno-target-align
-mtarget-align
-free -free
-fipa-pta -fipa-pta
-Wno-deprecated-declarations
-Wreturn-type -Wreturn-type
-D_IR_ENABLE_DEFAULT_=false -D_IR_ENABLE_DEFAULT_=false
-DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true -DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true