mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-08-01 03:34:27 +02:00
try outputing the map
This commit is contained in:
@@ -99,7 +99,8 @@ env.Append(
|
|||||||
"-u", "newlib_include_heap_impl",
|
"-u", "newlib_include_heap_impl",
|
||||||
"-u", "newlib_include_syscalls_impl",
|
"-u", "newlib_include_syscalls_impl",
|
||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "__cxa_guard_dummy"
|
"-u", "__cxa_guard_dummy",
|
||||||
|
"-Wl,--Map=$BUILD_DIR/$PROGNAME.map"
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
@@ -94,7 +94,8 @@ env.Append(
|
|||||||
"-u", "newlib_include_heap_impl",
|
"-u", "newlib_include_heap_impl",
|
||||||
"-u", "newlib_include_syscalls_impl",
|
"-u", "newlib_include_syscalls_impl",
|
||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "__cxa_guard_dummy"
|
"-u", "__cxa_guard_dummy",
|
||||||
|
"-Wl,--Map=$BUILD_DIR/$PROGNAME.map"
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
Reference in New Issue
Block a user