mirror of https://github.com/arendst/Tasmota.git
Revert compile option -mno-target-align
Revert compile option -mno-target-align (hopefully) fixing watchdog exceptions.
This commit is contained in:
parent
80434500da
commit
5e87bbecfc
|
@ -100,13 +100,14 @@ extra_scripts = pio-tools/strip-floats.py
|
|||
|
||||
[esp_defaults]
|
||||
; *** remove undesired all warnings
|
||||
build_unflags = -mtarget-align
|
||||
-Wall
|
||||
build_unflags = -Wall
|
||||
; -mtarget-align
|
||||
-Wdeprecated-declarations
|
||||
build_flags = -mno-target-align
|
||||
build_flags = -Wno-deprecated-declarations
|
||||
; -mno-target-align
|
||||
-mtarget-align
|
||||
-free
|
||||
-fipa-pta
|
||||
-Wno-deprecated-declarations
|
||||
-Wreturn-type
|
||||
-D_IR_ENABLE_DEFAULT_=false
|
||||
-DDECODE_HASH=true -DDECODE_NEC=true -DSEND_NEC=true
|
||||
|
|
Loading…
Reference in New Issue