mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-07 16:57:05 +01:00
pio: create .map file for the resulting .elf
This commit is contained in:
@@ -26,6 +26,8 @@ import os
|
||||
|
||||
CI = "true" == os.environ.get("CI")
|
||||
|
||||
env.ProcessFlags("-Wl,-Map -Wl,${BUILD_DIR}/${PROGNAME}.map")
|
||||
|
||||
# Always show warnings for project code
|
||||
projenv.ProcessUnFlags("-w")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user