mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-31 11:17:15 +02:00
Sync "-u __cxx_fatal_exception" LD flag
This commit is contained in:
@ -130,7 +130,8 @@ env.Append(
|
|||||||
"-T", "esp32.peripherals.ld",
|
"-T", "esp32.peripherals.ld",
|
||||||
"-T", "esp32.rom.spiram_incompatible_fns.ld",
|
"-T", "esp32.rom.spiram_incompatible_fns.ld",
|
||||||
"-u", "ld_include_panic_highint_hdl",
|
"-u", "ld_include_panic_highint_hdl",
|
||||||
"-u", "__cxa_guard_dummy"
|
"-u", "__cxa_guard_dummy",
|
||||||
|
"-u", "__cxx_fatal_exception"
|
||||||
],
|
],
|
||||||
|
|
||||||
UPLOADERFLAGS=[
|
UPLOADERFLAGS=[
|
||||||
|
Reference in New Issue
Block a user