mirror of https://github.com/arendst/Tasmota.git
Build map file for ESP32 too
This commit is contained in:
parent
d6e71f48e7
commit
1f2f0193d3
|
@ -104,7 +104,9 @@ extra_scripts = pio-tools/strip-floats.py
|
|||
build_unflags = -Wall
|
||||
; -mtarget-align
|
||||
-Wdeprecated-declarations
|
||||
build_flags = -Wno-deprecated-declarations
|
||||
build_flags = -DCORE_DEBUG_LEVEL=0
|
||||
-Wl,-Map,firmware.map
|
||||
-Wno-deprecated-declarations
|
||||
; -mno-target-align
|
||||
-mtarget-align
|
||||
-free
|
||||
|
@ -122,8 +124,6 @@ build_flags = -Wno-deprecated-declarations
|
|||
|
||||
[esp82xx_defaults]
|
||||
build_flags = ${esp_defaults.build_flags}
|
||||
-Wl,-Map,firmware.map
|
||||
-DCORE_DEBUG_LEVEL=0
|
||||
-DNDEBUG
|
||||
-DFP_IN_IROM
|
||||
-DBEARSSL_SSL_BASIC
|
||||
|
|
Loading…
Reference in New Issue