Sync "-u __cxx_fatal_exception" LD flag
This commit is contained in:
parent
d1d56b597a
commit
7d2bffb0e8
@ -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=[
|
||||||
|
Loading…
Reference in New Issue
Block a user