mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
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
|
build_unflags = -Wall
|
||||||
; -mtarget-align
|
; -mtarget-align
|
||||||
-Wdeprecated-declarations
|
-Wdeprecated-declarations
|
||||||
build_flags = -Wno-deprecated-declarations
|
build_flags = -DCORE_DEBUG_LEVEL=0
|
||||||
|
-Wl,-Map,firmware.map
|
||||||
|
-Wno-deprecated-declarations
|
||||||
; -mno-target-align
|
; -mno-target-align
|
||||||
-mtarget-align
|
-mtarget-align
|
||||||
-free
|
-free
|
||||||
@ -122,8 +124,6 @@ build_flags = -Wno-deprecated-declarations
|
|||||||
|
|
||||||
[esp82xx_defaults]
|
[esp82xx_defaults]
|
||||||
build_flags = ${esp_defaults.build_flags}
|
build_flags = ${esp_defaults.build_flags}
|
||||||
-Wl,-Map,firmware.map
|
|
||||||
-DCORE_DEBUG_LEVEL=0
|
|
||||||
-DNDEBUG
|
-DNDEBUG
|
||||||
-DFP_IN_IROM
|
-DFP_IN_IROM
|
||||||
-DBEARSSL_SSL_BASIC
|
-DBEARSSL_SSL_BASIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user