mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #10475 from Jason2866/patch-1
Build map file for ESP32 too
This commit is contained in:
commit
31878f79e9
@ -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
|
||||
|
@ -73,7 +73,6 @@ lib_extra_dirs =
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wpointer-arith
|
||||
build_flags = ${esp_defaults.build_flags}
|
||||
-DCORE_DEBUG_LEVEL=0
|
||||
-DBUFFER_LENGTH=128
|
||||
-DHTTP_UPLOAD_BUFLEN=2048
|
||||
-DMQTT_MAX_PACKET_SIZE=1200
|
||||
|
Loading…
x
Reference in New Issue
Block a user