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]
|
[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
|
||||||
|
|
Loading…
Reference in New Issue